mirror of
https://github.com/reiyua/RaysMovieClub.git
synced 2026-01-20 15:37:47 +00:00
Refer to About webpage in route.
This commit is contained in:
parent
d687b0b9ff
commit
9c1e0bc5f4
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ function App() {
|
|||
</Container>
|
||||
</Navbar>
|
||||
<Routes>
|
||||
<Route path="/about" element={} />
|
||||
<Route path="/about" element={ <About/> } />
|
||||
</Routes>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue