mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-08 13:31:35 +00:00
Update App.js
This commit is contained in:
12
src/App.js
12
src/App.js
@@ -1,5 +1,5 @@
|
||||
import "./App.css";
|
||||
import {Helmet} from "react-helmet";
|
||||
import { Helmet } from "react-helmet";
|
||||
import Navbar from "./components/Navbar";
|
||||
import Footer from "./components/Footer";
|
||||
import Discord from "./components/DiscordInt"
|
||||
@@ -15,11 +15,11 @@ function App() {
|
||||
return (
|
||||
<div className="App">
|
||||
<Helmet>
|
||||
<meta charSet="utf-8" />
|
||||
<title>Eh Chad Services</title>
|
||||
<link rel="canonical" href="http://ehchadservices.com/" />
|
||||
<meta name="description" content="Testing Website" />
|
||||
</Helmet>
|
||||
<meta charSet="utf-8" />
|
||||
<title>Eh Chad Services</title>
|
||||
<link rel="canonical" href="http://ehchadservices.com/" />
|
||||
<meta name="description" content="ehchadservices.com" />
|
||||
</Helmet>
|
||||
<Router>
|
||||
<Navbar />
|
||||
<Routes>
|
||||
|
||||
Reference in New Issue
Block a user