diff --git a/client/src/App.js b/client/src/App.js index ce9cbd2..8e47960 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -1,25 +1,9 @@ +import Main from './ui/main'; 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 - -
-
+
); }