Files
toir-light-v15/frontend/src/resources/part/index.ts
2026-04-25 14:55:55 +00:00

4 lines
159 B
TypeScript

export { PartList } from './PartList';
export { PartCreate } from './PartCreate';
export { PartEdit } from './PartEdit';
export { PartShow } from './PartShow';