chore: add import shortcuts

This commit is contained in:
Ilia Mashkov
2026-01-18 14:53:14 +03:00
parent 37ab7f795e
commit e0e0d929bb
3 changed files with 13 additions and 1 deletions

View File

@@ -17,3 +17,7 @@ export {
type FontshareStore,
fontshareStore,
} from './fontshareStore.svelte';
export { appliedFontsManager } from './appliedFontsStore/appliedFontsStore.svelte';
export { selectedFontsStore } from './selectedFontsStore/selectedFontsStore.svelte';