diff --git a/frontend-voting/src/App.tsx b/frontend-voting/src/App.tsx index f69e3ad..7d462a3 100644 --- a/frontend-voting/src/App.tsx +++ b/frontend-voting/src/App.tsx @@ -14,6 +14,7 @@ import Sidebar from "./components/Sidebar"; import CreateNewPoll from "./pages/CreateNewpoll"; import PageNotFound from "./components/PageNotFound"; import Result from "./pages/Result"; +import ForgotPassword from "./pages/ForgotPassword"; function App() { const [authCheck, setAuthCheck] = useState(false); @@ -48,13 +49,17 @@ function App() { } /> } /> } /> + } /> + } /> + } /> + } /> )}
- {/* } /> + {/* } /> ) : ( @@ -72,4 +77,4 @@ function App() { ); } -export default App; \ No newline at end of file +export default App;