mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-08 03:28:50 +00:00
fix punctuation
This commit is contained in:
parent
e742e49b5f
commit
0455001d86
2 changed files with 5 additions and 4 deletions
|
@ -51,6 +51,7 @@ function App() {
|
|||
path="/register"
|
||||
element={<LoginAndSignUpPage signupProp={true} />}
|
||||
/>
|
||||
<Route path="/about" element={<About />} />
|
||||
<Route path="/profile/:username" element={<Profile />} />
|
||||
</Routes>
|
||||
<Footer />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue