Skip to content
This repository was archived by the owner on Sep 5, 2022. It is now read-only.

Commit f858ff6

Browse files
committed
fix: index imports
1 parent 0864f45 commit f858ff6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import * as components from "./components";
2-
import * as utils from "./utils";
3-
41
export * from "./core/component";
52
export * from "./core/mutate";
63
export * from "./core/ticker";
74
export * from "./core/watcher";
85

6+
import * as components from "./components";
7+
import * as utils from "./utils";
8+
99
export { components, utils };

0 commit comments

Comments
 (0)