mirror of
https://github.com/reiyua/RaysBookClub.git
synced 2026-01-20 15:37:47 +00:00
Add about Route Path
This commit is contained in:
parent
20cf97d38a
commit
3c1e822f4c
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@ function App() {
|
||||||
</Nav>
|
</Nav>
|
||||||
</Container>
|
</Container>
|
||||||
</Navbar>
|
</Navbar>
|
||||||
|
<Routes>
|
||||||
|
<Route path="/about" element={} />
|
||||||
|
</Routes>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue