mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-04-30 16:21:09 +00:00
fix: Add GroupedListContent component to exports
This commit is contained in:
parent
a1f0e4d4bd
commit
0314dda377
1 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,13 @@
|
|||
import GroupedListItem from './GroupedList/GroupedListItem.svelte';
|
||||
import GroupedListContent from './GroupedList/GroupedListContent.svelte';
|
||||
import GroupedListInputItem from './GroupedList/GroupedListInputItem.svelte';
|
||||
import GroupedListSection from './GroupedList/GroupedListSection.svelte';
|
||||
import GroupedListContainer from './GroupedList/GroupedListContainer.svelte';
|
||||
|
||||
export { GroupedListItem, GroupedListInputItem, GroupedListSection, GroupedListContainer };
|
||||
export {
|
||||
GroupedListItem,
|
||||
GroupedListContent,
|
||||
GroupedListInputItem,
|
||||
GroupedListSection,
|
||||
GroupedListContainer
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue