Skip to content

Commit 4afd085

Browse files
committed
Fix exports
1 parent f4fed64 commit 4afd085

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/lib/index.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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";
1+
export * from "./form-inputs";
2+
export * from "./layout";
3+
export * from "./modules/modals";
4+
export * from "./modules/navigation/index";
5+
export * from "./overlay";
6+
export * from "./stores/i18n.store";
67

0 commit comments

Comments
 (0)