Files
frontend-svelte/src/features/DisplayFont/index.ts
T

3 lines
83 B
TypeScript
Raw Normal View History

2026-01-25 00:00:13 +03:00
export { displayedFontsStore } from './model';
2026-01-18 15:53:44 +03:00
export { FontDisplay } from './ui';