import { AppShell, PageBody, PageHeader } from '../layout/AppShell'; import { EmptyState } from '../components/ui/primitives'; import { Hammer } from 'lucide-react'; export function ComingSoonPage({ title, description }: { title: string; description?: string }) { return ( } title="In aanbouw" description="Deze module komt in een volgende sprint. De API-routes en DB-tabellen zijn al voorbereid." /> ); }