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';

View File

@@ -1,3 +0,0 @@
import TypographyMenu from './ui/TypographyMenu.svelte';
export { TypographyMenu };

View File

@@ -1,3 +1,2 @@
export { ComparisonSlider } from './ComparisonSlider'; export { ComparisonSlider } from './ComparisonSlider';
export { FontSearch } from './FontSearch'; export { FontSearch } from './FontSearch';
export { TypographyMenu } from './TypographySettings';