From febb125b2e3fea21d9202751c0b856cc9c8c271e Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 18 Mar 2024 11:13:57 +0100 Subject: [PATCH] introducing thematiques route --- src/App.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.js b/src/App.js index 6736016..83da45c 100644 --- a/src/App.js +++ b/src/App.js @@ -11,6 +11,7 @@ import About from "./pages/About.jsx"; 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 { useLocation, Routes, Route } from "react-router-dom"; import { AnimatePresence } from "framer-motion"; @@ -39,12 +40,14 @@ function App() { } /> } /> } /> + } /> } /> } /> } /> } /> } /> } /> + } /> } /> } />