diff --git a/Tree-diagram.jpg b/Tree-diagram.jpg new file mode 100644 index 0000000..14db809 Binary files /dev/null and b/Tree-diagram.jpg differ diff --git a/src/App.jsx b/src/App.jsx index 03e658b..11eccb4 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,44 +1,27 @@ import './styles/reset.css' import './styles/index.css' -import initialStoreItems from './store-items' +import Header from './Header' +import Footer from './Footer' +import MainContent from './MainContent' +import { useState } from 'react' export default function App() { + const [cartList, setCartList] = useState([]) + return ( <> -
-

Greengrocers

- -
-
-

Your Cart

-
- -
-
-
-

Total

-
-
- £0.00 -
-
-
-
- Icons made by - - Icongeek26 - - from - - www.flaticon.com - -
+
+ + + +