mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-08 12:18:46 +00:00
get user from database
This commit is contained in:
parent
5fc8d3324e
commit
160ac4571c
4 changed files with 85 additions and 24 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue