diff options
Diffstat (limited to 'js/src/tool/glob.ts')
| -rw-r--r-- | js/src/tool/glob.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tool/glob.ts b/js/src/tool/glob.ts index 5f1952b78..f52c3f5d0 100644 --- a/js/src/tool/glob.ts +++ b/js/src/tool/glob.ts @@ -1,6 +1,6 @@ import { z } from "zod"; import { Tool } from "./tool"; -import { App } from "../app"; +import { App } from "../app/app"; const DESCRIPTION = `Fast file pattern matching tool that finds files by name and pattern, returning matching paths sorted by modification time (newest first). |
