Skip to content

Commit ac79f4c

Browse files
committed
fix up index
1 parent e7206f4 commit ac79f4c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/index.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,16 @@ export * from "./input/input.module";
1515
export * from "./list-group/list-group.module";
1616
export * from "./loading/loading.module";
1717
export * from "./modal/modal.module";
18+
export * from "./notification/notification.module";
1819
export * from "./pagination/pagination.module";
1920
export * from "./pill-input/pill-input.module";
21+
export * from "./placeholder/placeholder.module";
2022
export * from "./progress-indicator/progress-indicator.module";
2123
export * from "./radio/radio.module";
2224
export * from "./select/select.module";
2325
export * from "./switch/switch.module";
2426
export * from "./table/table.module";
2527
export * from "./tabs/tabs.module";
2628
export * from "./tiles/tiles.module";
27-
export * from "./progress-indicator/progress-indicator.module";
28-
export * from "./i18n/i18n.module";
29-
export * from "./pagination/pagination.module";
30-
export * from "./loading/loading.module";
31-
export * from "./notification/notification.module";
3229
export * from "./toggle/toggle.module";
3330
export * from "./utils/position";

0 commit comments

Comments
 (0)