summaryrefslogtreecommitdiffhomepage
path: root/js/src/app/path.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/app/path.ts')
-rw-r--r--js/src/app/path.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/app/path.ts b/js/src/app/path.ts
index 7621cae3b..972d18c41 100644
--- a/js/src/app/path.ts
+++ b/js/src/app/path.ts
@@ -1,4 +1,4 @@
-import path from "node:path";
+import path from "path";
export namespace AppPath {
export function data(input: string) {