New: Hero Page und Navigation
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
import EditNachhilfeangebotCell from 'src/components/Nachhilfeangebot/EditNachhilfeangebotCell'
|
||||
|
||||
type NachhilfeangebotPageProps = {
|
||||
id: number
|
||||
}
|
||||
|
||||
const EditNachhilfeangebotPage = ({ id }: NachhilfeangebotPageProps) => {
|
||||
return <EditNachhilfeangebotCell id={id} />
|
||||
}
|
||||
|
||||
export default EditNachhilfeangebotPage
|
||||
Reference in New Issue
Block a user