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

3
src/widgets/index.ts Normal file
View File

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