chore(TypographyMenu): move component to SetupFont feature layer

This commit is contained in:
Ilia Mashkov
2026-02-07 18:03:54 +03:00
parent c4bfb1db56
commit 180abd150d
4 changed files with 2 additions and 4 deletions

View File

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