Implementing all cht classic routes

This commit is contained in:
2025-04-19 01:32:26 +02:00
parent 8766be57d0
commit 2249791267
11 changed files with 221 additions and 26 deletions

View File

@@ -7,7 +7,7 @@ type NewProps = {
uiSchema?: UiSchema,
}
const New = (props: NewProps) => {
const New = <T,>(props: NewProps) => {
const { schemaName, resource, uiSchema } = props;
return (