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;