import NachhilfeangebotCell from 'src/components/Nachhilfeangebot/NachhilfeangebotCell' type NachhilfeangebotPageProps = { id: number } const NachhilfeangebotPage = ({ id }: NachhilfeangebotPageProps) => { return } export default NachhilfeangebotPage