export default function CatchAllPage()

in src/app/[locale]/[...rest]/page.tsx [3:5]


export default function CatchAllPage() {
  notFound();
}