feature/responsive #22

Merged
ilia merged 49 commits from feature/responsive into main 2026-02-09 06:49:25 +00:00
4 changed files with 2 additions and 4 deletions
Showing only changes of commit 180abd150d - Show all commits

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 { FontSearch } from './FontSearch';
export { TypographyMenu } from './TypographySettings';