Skip to content

Commit a12dbda

Browse files
committed
fix: imports
1 parent d363ff3 commit a12dbda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/delAll.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { getJSONDb } from "../utils/getJSONDb";
2-
import { setJSONDb } from "../utils/setJSONDb";
1+
import { getJSONDb } from "../utils/getJSONDb.js";
2+
import { setJSONDb } from "../utils/setJSONDb.js";
33

44
export async function delAll() {
55
try {

0 commit comments

Comments
 (0)