diff --git a/code/frontend/src/App.tsx b/code/frontend/src/App.tsx index 0e2c589..dc57287 100644 --- a/code/frontend/src/App.tsx +++ b/code/frontend/src/App.tsx @@ -5,6 +5,7 @@ import LoginAndSignUpPage from "./pages/LoginAndSignUpPage"; import Footer from "./components/Footer"; import Header from "./components/header"; import { BrowserRouter as Router, Routes, Route } from "react-router-dom"; +import Profile from "./pages/Profile"; function App() { return ( @@ -20,6 +21,7 @@ function App() { path="/register" element={} > + }>