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 2e93bc2 commit 6396652Copy full SHA for 6396652
src/index.tsx
@@ -1,9 +1,6 @@
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";
+
+export * from "./miniComponentConfig";
0 commit comments