UPD: draft body
This commit is contained in:
parent
99b37dbd23
commit
f02b8564d5
@ -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() {
|
||||
<Nav />
|
||||
|
||||
{/* Not sure what to put for body content yet */}
|
||||
<ShowCase />
|
||||
<Purchase />
|
||||
<PayPal />
|
||||
|
||||
</div>
|
||||
<Footer />
|
||||
|
Loading…
Reference in New Issue
Block a user