refactor: consolidate font domain and model types into font.ts
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
/**
|
||||
* ============================================================================
|
||||
* UNIFIED FONT STORE EXPORTS
|
||||
* ============================================================================
|
||||
*
|
||||
* Single export point for the unified font store infrastructure.
|
||||
*/
|
||||
|
||||
// Applied fonts manager (CSS loading - unchanged)
|
||||
// Applied fonts manager
|
||||
export { appliedFontsManager } from './appliedFontsStore/appliedFontsStore.svelte';
|
||||
|
||||
// Single FontStore (new implementation)
|
||||
// Single FontStore
|
||||
export {
|
||||
createFontStore,
|
||||
FontStore,
|
||||
|
||||
Reference in New Issue
Block a user