From f02b8564d5db23aea3a67695e14386630b5003d2 Mon Sep 17 00:00:00 2001 From: "John Huang@tthqws02" Date: Tue, 9 Nov 2021 08:12:29 -0500 Subject: [PATCH] UPD: draft body --- src/App.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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() {