chore(FontSearch): move to widgets layer

This commit is contained in:
Ilia Mashkov
2026-01-24 15:35:26 +03:00
parent 4b01b1592d
commit cf08f7adfa
7 changed files with 117 additions and 36 deletions

View File

@@ -15,5 +15,5 @@ export { filterManager } from './model/state/manager.svelte';
export {
FilterControls,
Filters,
FontSearch,
SuggestedFonts,
} from './ui';