mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-08 21:41:36 +00:00
Shop page update
Changed Shop to socials page
This commit is contained in:
@@ -4,6 +4,7 @@ import Navbar from "./components/Navbar";
|
||||
import Footer from "./components/Footer";
|
||||
import Home from "./pages/Home";
|
||||
import Shop from "./pages/Shop";
|
||||
import Socials from "./pages/Socials";
|
||||
import About from "./pages/About";
|
||||
import Contact from "./pages/Contact";
|
||||
import { BrowserRouter as Router, Routes, Route } from "react-router-dom";
|
||||
@@ -24,6 +25,8 @@ function App() {
|
||||
<Route path="/" exact element={<Home />} />
|
||||
|
||||
<Route path="/shop" exact element={<Shop />} />
|
||||
|
||||
<Route path="/socials" exact element={<Socials />} />
|
||||
|
||||
<Route path="/about" exact element={<About />} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user