We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82a83d commit b7af226Copy full SHA for b7af226
src/index.tsx
@@ -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";
+export * as animation from "./animation";
+export * as basicUi from "./basic-ui";
+export * as section from "./section";
+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