mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-08 21:41:36 +00:00
Update App.js
This commit is contained in:
22
src/App.js
22
src/App.js
@@ -1,5 +1,5 @@
|
|||||||
import "./App.css";
|
import "./App.css";
|
||||||
import {Helmet} from "react-helmet";
|
import { Helmet } from "react-helmet";
|
||||||
import Navbar from "./components/Navbar";
|
import Navbar from "./components/Navbar";
|
||||||
import Footer from "./components/Footer";
|
import Footer from "./components/Footer";
|
||||||
import Discord from "./components/DiscordInt"
|
import Discord from "./components/DiscordInt"
|
||||||
@@ -15,27 +15,27 @@ function App() {
|
|||||||
return (
|
return (
|
||||||
<div className="App">
|
<div className="App">
|
||||||
<Helmet>
|
<Helmet>
|
||||||
<meta charSet="utf-8" />
|
<meta charSet="utf-8" />
|
||||||
<title>Eh Chad Services</title>
|
<title>Eh Chad Services</title>
|
||||||
<link rel="canonical" href="http://ehchadservices.com/" />
|
<link rel="canonical" href="http://ehchadservices.com/" />
|
||||||
<meta name="description" content="Testing Website" />
|
<meta name="description" content="ehchadservices.com" />
|
||||||
</Helmet>
|
</Helmet>
|
||||||
<Router>
|
<Router>
|
||||||
<Navbar />
|
<Navbar />
|
||||||
<Routes>
|
<Routes>
|
||||||
|
|
||||||
<Route path="/" exact element={<Home />} />
|
<Route path="/" exact element={<Home />} />
|
||||||
|
|
||||||
{/* <Route path="/shop" exact element={<Shop />} /> */}
|
{/* <Route path="/shop" exact element={<Shop />} /> */}
|
||||||
|
|
||||||
{/*<Route path="/applications" exact element={<Applications />} /> */}
|
{/*<Route path="/applications" exact element={<Applications />} /> */}
|
||||||
|
|
||||||
<Route path="/socials" exact element={<Socials />} />
|
<Route path="/socials" exact element={<Socials />} />
|
||||||
|
|
||||||
<Route path="/about" exact element={<About />} />
|
<Route path="/about" exact element={<About />} />
|
||||||
|
|
||||||
{/* <Route path="/contact" exact element={<Contact />} /> */}
|
{/* <Route path="/contact" exact element={<Contact />} /> */}
|
||||||
|
|
||||||
</Routes>
|
</Routes>
|
||||||
<Discord />
|
<Discord />
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|||||||
Reference in New Issue
Block a user