refactor(SetupFont): reorganize TypographyMenu and add control tests

This commit is contained in:
Ilia Mashkov
2026-03-02 22:20:29 +03:00
parent efe1b4f9df
commit 0fa3437661
6 changed files with 979 additions and 117 deletions

View File

@@ -1 +1 @@
export { default as TypographyMenu } from './TypographyMenu.svelte';
export { default as TypographyMenu } from './TypographyMenu/TypographyMenu.svelte';