From 86f5dae21eae4b4d787d90483749cafa013856e7 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 13 May 2024 15:03:00 +0200 Subject: [PATCH] introducing not found --- src/App.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.js b/src/App.js index e033a89..859bd94 100644 --- a/src/App.js +++ b/src/App.js @@ -12,6 +12,7 @@ import ConditionsOfUse from "./pages/ConditionsOfUse.jsx"; import Cookies from "./pages/Cookies.jsx"; import Confidentiality from "./pages/Confidentiality.jsx"; import Thematiques from "./pages/Thematiques.jsx"; +import PageNotFound from "./pages/PageNotFound.jsx"; import { useLocation, Routes, Route } from "react-router-dom"; import { AnimatePresence } from "framer-motion"; @@ -40,6 +41,7 @@ function App() { } /> } /> } /> + } />