chore: add export/import and remove unused ones

This commit is contained in:
Ilia Mashkov
2026-02-02 12:19:05 +03:00
parent 31a72d90ea
commit 6f231999e0
6 changed files with 5 additions and 13 deletions

View File

@@ -31,3 +31,5 @@ export {
createCharacterComparison,
type LineData,
} from './createCharacterComparison/createCharacterComparison.svelte';
export { createPersistentStore } from './createPersistentStore/createPersistentStore.svelte';