From 1d6c4195d8ac52627dcd9dff0385111af4969a8a Mon Sep 17 00:00:00 2001 From: AkhilBarthwal005 <67703904+AkhilBarthwal005@users.noreply.github.com> Date: Wed, 28 Oct 2020 14:01:04 +0530 Subject: [PATCH] Delete App.js --- frontend/src/App.js | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 frontend/src/App.js diff --git a/frontend/src/App.js b/frontend/src/App.js deleted file mode 100644 index 449d242..0000000 --- a/frontend/src/App.js +++ /dev/null @@ -1,19 +0,0 @@ -import React from "react"; -import {BrowserRouter as Router ,Route ,Switch} from 'react-router-dom' -import Home from './components/home'; -import Nav from './components/nav' - -function App() { - return ( -
- - - - - - -
- ); -} - -export default App;