chore(SetupFont): rename controlManager to typographySettingsStore for better semantic

This commit is contained in:
Ilia Mashkov
2026-04-16 08:22:08 +03:00
parent 46d0d887b1
commit c1ac9b5bc4
7 changed files with 68 additions and 67 deletions
+2 -2
View File
@@ -20,5 +20,5 @@ export {
export {
type ControlId,
controlManager,
} from './state/manager.svelte';
typographySettingsStore,
} from './state/typographySettingsStore';