From 8b70c62b9191c6eb7d6c0bcb0ca9a25a9b42917e Mon Sep 17 00:00:00 2001 From: danbulant Date: Fri, 7 Feb 2020 20:07:55 +0100 Subject: [PATCH] Delete template --- client/src/App.js | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) 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 - -
-
+
); }