Skip to content

Commit 20c8c4b

Browse files
committed
Fix re-export bug
1 parent 36fe14e commit 20c8c4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/zod/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as z from "./v3/index.js";
2-
export * from "./v3/index.js";
1+
import * as z from "./v3/external.js";
2+
export * from "./v3/external.js";
33
export { z };
44
export default z;

0 commit comments

Comments
 (0)