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 f4fed64 commit 4afd085Copy full SHA for 4afd085
src/lib/index.ts
@@ -1,6 +1,7 @@
1
-export * from "./form-inputs.js";
2
-export * from "./layout.js";
3
-export * from "./modules/navigation/index.js";
4
-export * from "./overlay.js";
5
-export * from "./stores/i18n.store.js";
+export * from "./form-inputs";
+export * from "./layout";
+export * from "./modules/modals";
+export * from "./modules/navigation/index";
+export * from "./overlay";
6
+export * from "./stores/i18n.store";
7
0 commit comments