Add Contact route
This commit is contained in:
parent
3d02f029e2
commit
0726adcb28
|
@ -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 New Issue