Files
frontend-svelte/src/widgets/index.ts

17 lines
320 B
TypeScript
Raw Normal View History

/**
* Widgets layer
*
* Composed UI blocks that combine features and entities into complete
* user-facing components.
*/
export { ComparisonView } from './ComparisonView';
export {
FontSearch,
FontSearchSection,
} from './FontSearch';
2026-02-27 12:48:14 +03:00
export {
SampleList,
SampleListSection,
} from './SampleList';