refactor(Font/model): move baseFontStore and unifiedFontStore to subdirectories, rename errors/index to errors/errors

This commit is contained in:
Ilia Mashkov
2026-04-05 11:02:42 +03:00
parent 9427f4e50f
commit b40e651be4
5 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ export {
createUnifiedFontStore,
type UnifiedFontStore,
unifiedFontStore,
} from './unifiedFontStore.svelte';
} from './unifiedFontStore/unifiedFontStore.svelte';
// Applied fonts manager (CSS loading - unchanged)
export { appliedFontsManager } from './appliedFontsStore/appliedFontsStore.svelte';