summaryrefslogtreecommitdiffhomepage
path: root/js/src/bus
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/bus')
-rw-r--r--js/src/bus/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/bus/index.ts b/js/src/bus/index.ts
index 5359debd9..4f3b40041 100644
--- a/js/src/bus/index.ts
+++ b/js/src/bus/index.ts
@@ -1,4 +1,4 @@
-import type { z, ZodSchema } from "zod/v4";
+import type { z, ZodSchema } from "zod";
import { App } from "../app";
import { Log } from "../util/log";