Files
frontend-svelte/src/entities/Font/index.ts
T

9 lines
269 B
TypeScript
Raw Normal View History

export * from './api';
export * from './domain';
2026-04-15 09:13:22 +03:00
export * from './lib';
export * from './model';
export * from './ui';
// `./testing` is intentionally not re-exported: fixtures must not leak into the
// production public API. Import them via `$entities/Font/testing`.