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

4 lines
112 B
TypeScript
Raw Normal View History

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