mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-08 21:41:36 +00:00
Navbar and UI changes
Just some general nav updates
This commit is contained in:
@@ -13,10 +13,15 @@ function App() {
|
||||
<Router>
|
||||
<Navbar />
|
||||
<Routes>
|
||||
|
||||
<Route path="/" exact element={<Home />} />
|
||||
|
||||
<Route path="/shop" exact element={<Shop />} />
|
||||
|
||||
<Route path="/about" exact element={<About />} />
|
||||
|
||||
<Route path="/contact" exact element={<Contact />} />
|
||||
|
||||
</Routes>
|
||||
<Footer />
|
||||
</Router>
|
||||
|
||||
Reference in New Issue
Block a user