Importing RJSF lib with first application

This commit is contained in:
2025-04-07 22:54:05 +02:00
parent f93a59b27e
commit 661841ceef
19 changed files with 662 additions and 24 deletions

View File

@@ -1,9 +1,7 @@
import { CrudForm } from "../../lib/crud/components/crud-form";
export const CreateFirm = () => {
return (
<div>
<h1>Create Firm</h1>
</div>
<CrudForm schemaName={"FirmCreate"} resource={"firms"} />
)
}