feat(TypographyMenu): merge SetupFontMenu and TypographyMenu into one component, add drawer logic for mobile resolution

This commit is contained in:
Ilia Mashkov
2026-02-07 19:15:04 +03:00
parent cb0e89b257
commit 4d7ae6c1c6
5 changed files with 98 additions and 65 deletions

View File

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