6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
import PageNotFound from "@Front/Components/Layouts/PageNotFound";
|
|
|
|
export default function Route() {
|
|
return <PageNotFound />;
|
|
}
|