Files
toir-light-v17/frontend/src/resources/category-resource/index.ts
2026-04-25 16:21:27 +00:00

4 lines
255 B
TypeScript

export { CategoryResourceList } from './CategoryResourceList';
export { CategoryResourceCreate } from './CategoryResourceCreate';
export { CategoryResourceEdit } from './CategoryResourceEdit';
export { CategoryResourceShow } from './CategoryResourceShow';