From 5c3669e08a00a41bb5eb9067043032e09fa70baf Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Tue, 2 May 2023 14:13:18 +0200 Subject: [PATCH] :bug: Wrong type in template --- src/front/Components/Layouts/PageNotFound/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/front/Components/Layouts/PageNotFound/index.tsx b/src/front/Components/Layouts/PageNotFound/index.tsx index 0a4d6577..3a5e0ac2 100644 --- a/src/front/Components/Layouts/PageNotFound/index.tsx +++ b/src/front/Components/Layouts/PageNotFound/index.tsx @@ -10,7 +10,7 @@ import DefaultDoubleSidePage from "@Front/Components/LayoutTemplates/DefaultDoub export default class PageNotFound extends BasePage { public override render(): JSX.Element { return ( - +
Erreur 404