fixing wrong std package

This commit is contained in:
niclaz 2024-09-08 23:12:32 +02:00 committed by GitHub
parent 93101d906d
commit 47effc5ef8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { join } from "jsr:@std/path@0.224.0";
import { emptyDir } from "jsr:@std/path@0.224.0";
import { emptyDir } from "jsr:@std/fs@0.224.0";
import { parse, stringify } from "npm:yaml";
import { exists } from "jsr:@std/fs@0.224.0";
import { copy } from "jsr:@std/fs@0.224.0";