mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
fixing wrong std package
This commit is contained in:
parent
93101d906d
commit
47effc5ef8
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue