chore: add/delete imports/exports

This commit is contained in:
Ilia Mashkov
2026-02-27 12:48:14 +03:00
parent 1b0451faff
commit 9f84769fba
12 changed files with 35 additions and 33 deletions
+4 -1
View File
@@ -1 +1,4 @@
export { SampleList } from './ui';
export {
SampleList,
SampleListSection,
} from './ui';
+2 -3
View File
@@ -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';