hugolxt 910a5820b0
🚧 Init front repo lecoffre (#1)
Initialization of the front repository
2023-03-15 14:38:50 +01:00

6 lines
130 B
TypeScript

import PageNotFound from "@Front/Components/Layouts/PageNotFound";
export default function Route() {
return <PageNotFound />;
}