add edit form to Person entity

This commit is contained in:
2025-01-15 14:27:53 +01:00
parent e51e2701b3
commit b6d7471408
5 changed files with 81 additions and 22 deletions

View File

@@ -1,3 +1,4 @@
export { PersonList } from './list.tsx';
export { PersonShow } from './show.tsx';
export { PersonEdit } from './edit.tsx';
export * from './components';