mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-08 03:28:50 +00:00
get user from database
This commit is contained in:
parent
248c8907a0
commit
f45a4f8493
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