/** * Intake Sectie - Level 2 (Client Dossier) * * TipTap editor voor intake notities met CRUD functionaliteit. */ export default function IntakePage({ params }: { params: Promise<{ id: string }> }) { return (

Intakes

Intake Notities

TipTap editor, CRUD voor intakes, slide-in detail panel

Epic 3 - Placeholder for future content

); }