2025-03-28 15:30:36 -04:00

6 lines
108 B
TypeScript

import { notFound } from 'next/navigation'
export default function CatchAllNotFoundPage() {
notFound()
}