diff --git a/src/App.js b/src/App.js
index a095b68..1cd4584 100644
--- a/src/App.js
+++ b/src/App.js
@@ -1,6 +1,8 @@
+import React from 'react';
import './App.css';
-import Nav from './components/Nav';
-import Footer from './components/Footer';
+import { Nav } from './components/header';
+import { Footer } from './components/footer';
+import { PayPal, Purchase, ShowCase } from './components/mainPage';
function App() {
return (
@@ -9,6 +11,9 @@ function App() {
{/* Not sure what to put for body content yet */}
+
+
+