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