generated from fahricansecer/boilerplate-fe
6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
import { notFound } from 'next/navigation';
|
|
|
|
export default function CatchAllPage() {
|
|
notFound();
|
|
}
|