From 8988233da897e8447a1dbdb700836fb8576e5e6b Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Wed, 11 Dec 2019 18:54:05 +0530 Subject: :tada: Initial Commit --- src/App.js | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'src/App.js') diff --git a/src/App.js b/src/App.js index ce9cbd2..5c5ec79 100644 --- a/src/App.js +++ b/src/App.js @@ -1,24 +1,10 @@ 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 - -
+
); } -- cgit v1.2.3