Replies + Other changes

This commit is contained in:
2022-12-29 22:23:41 +00:00
parent 8aaa5103c4
commit 8b7ad119b0
24 changed files with 247 additions and 136 deletions

View File

@ -29,7 +29,7 @@ root.render(
<Router>
<Layout>
<Routes>
<Route path="/" exact element={<RootPage />} />
<Route path="/" exact element={<RootPage/>} />
<Route path="/login" exact element={<LoginPage />} />
<Route path="/e/:id" exact element={<EventPage />} />
<Route path="/p/:id" exact element={<ProfilePage />} />