mirror of
https://github.com/reiyua/RaysMovieClub.git
synced 2026-01-20 15:37:47 +00:00
Add About element
This commit is contained in:
parent
5489b44682
commit
3d02f029e2
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ function App() {
|
|||
</Container>
|
||||
</Navbar>
|
||||
<Routes>
|
||||
<Route path="/" element={ <Home greeting="Hey you, this is home page!" /> } />
|
||||
<Route path="/" element={ <Home greeting="Hey you, you're at home'!" /> } />
|
||||
<Route path="/about" element={ <About greeting="Hey you, this is about page!" /> } />
|
||||
</Routes>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue