diff options
Diffstat (limited to 'js/src/bus')
| -rw-r--r-- | js/src/bus/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/bus/index.ts b/js/src/bus/index.ts index cf5101b67..342d82b6d 100644 --- a/js/src/bus/index.ts +++ b/js/src/bus/index.ts @@ -1,5 +1,5 @@ import { z, type ZodType } from "zod"; -import { App } from "../app"; +import { App } from "../app/app"; import { Log } from "../util/log"; export namespace Bus { |
