diff --git a/src/App.js b/src/App.js index f140fe0..08f8ba5 100644 --- a/src/App.js +++ b/src/App.js @@ -11,25 +11,7 @@ import { Switch, withRouter } from "react-router-dom"; -import NotFound from "./components/pages/NotFound"; -import AddUser from "./components/users/AddUser"; -import EditUser from "./components/users/EditUser"; -import User from "./components/users/User"; - -function App(props) { - return ( - -
- - - - - - - - - - +import NotFound fro