diff --git a/client/src/App.js b/client/src/App.js index 7e6b3e76..b9e6499f 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -15,6 +15,7 @@ import { Toast } from "./Toast/Toast.js"; import Contact from "./Pages/Contact.jsx"; import { BrowserRouter as Router, Routes, Route } from 'react-router-dom'; import './Animations.css'; +import FAQ from "./Pages/Faq.jsx"; function App() { const [darkMode, setDarkMode] = useState(false); @@ -54,6 +55,7 @@ function App() { } /> } /> } /> + }/>