diff options
Diffstat (limited to 'js/src/tool/ls.ts')
| -rw-r--r-- | js/src/tool/ls.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tool/ls.ts b/js/src/tool/ls.ts index 62c3d113b..5954355a3 100644 --- a/js/src/tool/ls.ts +++ b/js/src/tool/ls.ts @@ -1,6 +1,6 @@ import { z } from "zod"; import { Tool } from "./tool"; -import { App } from "../app"; +import { App } from "../app/app"; import * as path from "path"; import * as fs from "fs"; |
