Initial commit
This commit is contained in:
7
src_frontend_orig/components/PlateForm.jsx
Normal file
7
src_frontend_orig/components/PlateForm.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export function PlateForm({ children, onSubmit }) {
|
||||
return (
|
||||
<form onSubmit={onSubmit} className="space-y-4">
|
||||
{children}
|
||||
</form>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user