From cc914d3caf220c47a0bc95b42dd74bc1a4a210db Mon Sep 17 00:00:00 2001 From: charkhaniakash <96294677+charkhaniakash@users.noreply.github.com> Date: Mon, 9 Jan 2023 10:34:22 +0530 Subject: [PATCH 1/2] Update App.js --- src/App.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/App.js b/src/App.js index f140fe0..f3e8f45 100644 --- a/src/App.js +++ b/src/App.js @@ -25,11 +25,6 @@ function App(props) { - - - - - From 304eb59d26c24b7e23ec487afe182c7ea0d7754c Mon Sep 17 00:00:00 2001 From: charkhaniakash <96294677+charkhaniakash@users.noreply.github.com> Date: Mon, 9 Jan 2023 10:40:41 +0530 Subject: [PATCH 2/2] Update App.js --- src/App.js | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/App.js b/src/App.js index f3e8f45..08f8ba5 100644 --- a/src/App.js +++ b/src/App.js @@ -11,20 +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