chore: add import shortcuts

This commit is contained in:
Ilia Mashkov
2026-01-18 14:39:38 +03:00
parent 5d23a2af55
commit ef259c6fce
4 changed files with 13 additions and 0 deletions

View File

@@ -20,3 +20,9 @@ export {
} from './createVirtualizer/createVirtualizer.svelte';
export { createDebouncedState } from './createDebouncedState/createDebouncedState.svelte';
export {
createEntityStore,
type Entity,
type EntityStore,
} from './createEntityStore/createEntityStore.svelte';