mirror of
https://github.com/reiyua/RaysMovieClub.git
synced 2026-01-20 15:37:47 +00:00
Add Contact route
This commit is contained in:
parent
3d02f029e2
commit
0726adcb28
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ function App() {
|
|||
<Routes>
|
||||
<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="/contact" element={ <About greeting="Hey you, this is contact page!" /> } />
|
||||
</Routes>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue