chore: add/delete imports/exports
This commit is contained in:
@@ -1 +1,4 @@
|
||||
export { SampleList } from './ui';
|
||||
export {
|
||||
SampleList,
|
||||
SampleListSection,
|
||||
} from './ui';
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
import SampleList from './SampleList/SampleList.svelte';
|
||||
|
||||
export { SampleList };
|
||||
export { default as SampleList } from './SampleList/SampleList.svelte';
|
||||
export { default as SampleListSection } from './SampleListSection/SampleListSection.svelte';
|
||||
|
||||
Reference in New Issue
Block a user