Skip to content

Commit b7af226

Browse files
committed
Feat: v1_complate
1 parent b82a83d commit b7af226

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/index.tsx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
export * as animation from "./animation/index";
2-
export * as basicUi from "./basic-ui/index";
3-
export * as section from "./section/index";
4-
export * as ui from "./animation/index";
1+
export * as animation from "./animation";
2+
export * as basicUi from "./basic-ui";
3+
export * as section from "./section";
4+
export * as ui from "./ui";
5+
6+
export * from "./animation";
7+
export * from "./basic-ui";
8+
export * from "./section";
9+
export * from "./ui";

0 commit comments

Comments
 (0)