diff --git a/index.html b/index.html index 0c589ec..8d74c64 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,11 @@ - - Vite + React + + Paul Hughes - Full Stack Developer + +
diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..1ac05fe Binary files /dev/null and b/public/favicon.png differ diff --git a/src/App.jsx b/src/App.jsx index 6cc3f51..babd99b 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,15 +1,16 @@ -import { useState } from 'react' -import './App.css' +/* ----- Project Imports ----- */ +import "./App.css"; +import Header from "@/components/Header.jsx"; +import Footer from "@/components/Footer.jsx"; +import Content from "@/components/Content.jsx"; function App() { return ( <> -
-

- paragraph -

-
+
+ +