X-Git-Url: https://git.jacobcasper.com/?p=perfect-gift.git;a=blobdiff_plain;f=frontend%2Fsrc%2FApp.js;fp=frontend%2Fsrc%2FApp.js;h=e2b88b5e994a82a32cce4c7c07be94f287d7bef1;hp=ce9cbd2946d6962cfc19d65c8cb91757d8f4d4c6;hb=7f640a6b59bdce4326d1427689c00cb71600cb7d;hpb=bb22b90d86c3c3e9d75e23734f4c08fee63485a2 diff --git a/frontend/src/App.js b/frontend/src/App.js index ce9cbd2..e2b88b5 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -1,26 +1,11 @@ import React from 'react'; -import logo from './logo.svg'; -import './App.css'; - -function App() { - return ( -
-
- logo -

- Edit src/App.js and save to reload. -

- - Learn React - -
-
- ); +import Wishlist from './Wishlist'; +const App = () => { + return ( +
+ +
+ ); } export default App;