get user from database

This commit is contained in:
luisa.bellitto 2025-06-27 11:41:32 +02:00 committed by Rudi Regentonne
parent 248c8907a0
commit f45a4f8493
4 changed files with 85 additions and 24 deletions

View file

@ -33,10 +33,10 @@ function App() {
path="/register"
element={<LoginAndSignUpPage signupProp={true} />}
></Route>
<Route path="/profile" element={<Profile />}></Route>
<Route path="/profile/:username" element={<Profile />}></Route>
</Routes>
<Footer />
</div>
<Footer />
</Router>
</Auth>