Create titres
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
'use client'
|
||||
|
||||
import CreateForm from '../forms/create-form.js'
|
||||
|
||||
export default function CreateTitre(props) {
|
||||
return (
|
||||
<CreateForm
|
||||
{...props}
|
||||
collection='titres'
|
||||
dialogText='Écrivez votre titre'
|
||||
label='titre'
|
||||
/>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user