From 531170187270fdc89bbcb936adc6890c2112d55a Mon Sep 17 00:00:00 2001 From: Gaurav Kumar Date: Mon, 9 Jun 2025 15:34:31 +0530 Subject: [PATCH] Update App.js --- src/App.js | 159 +++++++++++++++++++++++++++-------------------------- 1 file changed, 80 insertions(+), 79 deletions(-) diff --git a/src/App.js b/src/App.js index cdc3640..772d707 100644 --- a/src/App.js +++ b/src/App.js @@ -43,7 +43,7 @@ import Login from "views/examples/Login"; import ResetPassword from "views/examples/resetPassword"; import ReportBuild2All from "components/Dashboard/Reportbuild2/Report-build2all/ReportBuild2All"; import ReportBuild2Add from "components/Dashboard/Reportbuild2/Report-build2add/ReportBuild2Add"; -import ReportBuild2Edit from "./components/Dashboard/Reportbuild2/Report-build2edit/ReportBuildEdit"; +import ReportBuild2Edit from "./components/Dashboard/Reportbuild2/Report-build2edit/ReportBuildEdit"; import ReportQuery from "components/Dashboard/Reportbuilder/reportQuery"; import DynamicForm from "components/Dashboard/DynamicForm/DynamicForm2"; import DynamicFormAdd from "components/Dashboard/DynamicForm/DynamicFormAdd"; @@ -67,89 +67,90 @@ import SequenceGenerator from "components/Dashboard/sequencegenerator"; const App = () => { return ( -
- {/* ToastContainer should be placed in the root component */} - +
+ {/* ToastContainer should be placed in the root component */} + - - - } /> - } /> + + + } /> + } /> -{/* ptotecting the admin page */} + {/* ptotecting the admin page */} - - - + + + }> - } /> - } /> - } /> - - }/> - } /> - } /> - } /> - } /> - - {/* Dynamic Routes */} - } /> - } /> - } /> - } /> - } /> - {/* Static Routes */} - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - }/> - }/> - }/> - }/> - }/> - }/> - - {/* buildercomponents */} - - - + } /> + } /> + } /> - }> - } /> - } /> - - - -
+ } /> + } /> + } /> + } /> + } /> + + {/* Dynamic Routes */} + } /> + } /> + } /> + } /> + } /> + {/* Static Routes */} + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + + + + + + {/* buildercomponents */} + + }> + } /> + } /> + + + +
); };