diff --git a/index.html b/index.html index 9334998..eb5ed36 100644 --- a/index.html +++ b/index.html @@ -7,8 +7,7 @@ Container React Test -
+
- diff --git a/src/About.jsx b/src/About.jsx index 227370e..075b0b8 100644 --- a/src/About.jsx +++ b/src/About.jsx @@ -2,11 +2,15 @@ function About() { return ( <> -
-

About

-
-
-

Welcome to the about page...

+
+
+
+

About

+
+
+

Welcome to the about page...

+
+
diff --git a/src/App.jsx b/src/App.jsx index 59d80ff..f93999f 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -6,6 +6,7 @@ import About from './About' import Contact from './Contact' import Footer from './Footer' import UConnHeader from './UConnHeader'; +import UConnFooter from './UConnFooter'; function App() { @@ -19,6 +20,7 @@ function App() { } />