import { notFound } from "next/navigation"; export default function DashboardCatchAll() { // Always call notFound() for unknown routes return notFound(); }