fix punctuation

This commit is contained in:
luisa.bellitto 2025-07-01 08:16:33 +02:00 committed by Luisa Bellitto
parent e742e49b5f
commit 0455001d86
2 changed files with 5 additions and 4 deletions

View file

@ -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 />