Files
tfp-poc/src/admin-components/resources/person/index.ts

5 lines
153 B
TypeScript
Raw Normal View History

2025-01-13 21:51:17 +01:00
export { PersonList } from './list.tsx';
export { PersonShow } from './show.tsx';
2025-01-15 14:27:53 +01:00
export { PersonEdit } from './edit.tsx';
2025-01-13 21:51:17 +01:00
export * from './components';