diff options
Diffstat (limited to 'js/src/app/path.ts')
| -rw-r--r-- | js/src/app/path.ts | 2 |
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) { |
