paolosantarsiero aac4af90ae fix: build
2024-12-31 11:37:43 +01:00

6 lines
106 B
TypeScript

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