Skip to content

Commit c29621c

Browse files
committed
fix: update export logic
1 parent 79cb795 commit c29621c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/v2/logic/index.ts

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import "core-js";
2+
3+
export * from "./createForm";
4+
export * from "./validate";

0 commit comments

Comments
 (0)