chore: add export/import

This commit is contained in:
Ilia Mashkov
2026-02-12 10:30:43 +03:00
parent 2e6fc0e858
commit 08d474289b
3 changed files with 7 additions and 0 deletions

View File

@@ -13,4 +13,5 @@ export { default as SearchBar } from './SearchBar/SearchBar.svelte';
export { default as Section } from './Section/Section.svelte';
export { default as Skeleton } from './Skeleton/Skeleton.svelte';
export { default as Slider } from './Slider/Slider.svelte';
export { default as SmoothScroll } from './SmoothScroll/SmoothScroll.svelte';
export { default as VirtualList } from './VirtualList/VirtualList.svelte';