UPD: draft body
This commit is contained in:
parent
99b37dbd23
commit
f02b8564d5
@ -1,6 +1,8 @@
|
|||||||
|
import React from 'react';
|
||||||
import './App.css';
|
import './App.css';
|
||||||
import Nav from './components/Nav';
|
import { Nav } from './components/header';
|
||||||
import Footer from './components/Footer';
|
import { Footer } from './components/footer';
|
||||||
|
import { PayPal, Purchase, ShowCase } from './components/mainPage';
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
return (
|
return (
|
||||||
@ -9,6 +11,9 @@ function App() {
|
|||||||
<Nav />
|
<Nav />
|
||||||
|
|
||||||
{/* Not sure what to put for body content yet */}
|
{/* Not sure what to put for body content yet */}
|
||||||
|
<ShowCase />
|
||||||
|
<Purchase />
|
||||||
|
<PayPal />
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
Loading…
Reference in New Issue
Block a user