Skip to content

Commit 23bae4f

Browse files
authored
fix(ui-shell): add ui-shell export and sort exports
2 parents 3b90e48 + bcb3f8f commit 23bae4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export * from "./combobox/combobox.module";
99
export * from "./content-switcher/content-switcher.module";
1010
export * from "./dialog/dialog.module";
1111
export * from "./dropdown/dropdown.module";
12+
export * from "./experimental.module";
1213
export * from "./file-uploader/file-uploader.module";
1314
export * from "./forms/forms.module";
1415
export * from "./i18n/i18n.module";
@@ -34,4 +35,4 @@ export * from "./switch/switch.module";
3435
export * from "./table/table.module";
3536
export * from "./tabs/tabs.module";
3637
export * from "./tiles/tiles.module";
37-
export * from "./experimental.module";
38+
export * from "./ui-shell/ui-shell.module";

0 commit comments

Comments
 (0)