Update App.js
This commit is contained in:
		
							parent
							
								
									d70fda6d3a
								
							
						
					
					
						commit
						a2ca60ed8f
					
				
							
								
								
									
										19
									
								
								src/App.js
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								src/App.js
									
									
									
									
									
								
							| @ -79,7 +79,7 @@ const App = () => { | ||||
|                 <Route path="user-maintenance" element={<UserMaintenance />} /> | ||||
|                 <Route path="user-group-maintenance" element={<UserGroupMaintenance />} /> | ||||
|                 <Route path="menu-maintenance" element={<MenuMaintenance />} /> | ||||
|                 <Route path="sub-menu-maintenance/:menuItemId" element={<SubMenuMaintenance/>} /> | ||||
|                 <Route path="sub-menu-maintenance/:menuItemId" element={<SubMenuMaintenance />} /> | ||||
| 
 | ||||
|                 <Route path="menu-access-control" element={<MenuAccessControl />} /> | ||||
|                 <Route path="system-parameters" element={<SystemParameters />} /> | ||||
| @ -92,18 +92,21 @@ const App = () => { | ||||
|                 <Route path="dynamic-table" element={<DynamicTable />} /> | ||||
| 
 | ||||
|               </Route> | ||||
|                 <Route path="dashboard-runner-all" element={<DashboardRunnerAll/>}/> | ||||
|                 <Route path="dashboard-new-all" element={<DashboardNewAll/>}/> | ||||
|                 <Route path="dashboard-new-add" element={<DashboardNewAdd/>}/> | ||||
|                 <Route path="dashboard-new-edit/:id" element={<DashboardNewEdit/>}/>  | ||||
|                 <Route path="edit-new-dash/:id" element={<EditNewDash/>}/> | ||||
|                 <Route path="dashrunner/:id" element={  <DashboardRunner/>}/> | ||||
|               <Route path="dashboard-runner-all" element={<DashboardRunnerAll />} /> | ||||
|               <Route path="dashboard-new-all" element={<DashboardNewAll />} /> | ||||
|               <Route path="dashboard-new-add" element={<DashboardNewAdd />} /> | ||||
|               <Route path="dashboard-new-edit/:id" element={<DashboardNewEdit />} /> | ||||
|               <Route path="edit-new-dash/:id" element={<EditNewDash />} /> | ||||
|               <Route path="dashrunner/:id" element={<DashboardRunner />} /> | ||||
| 
 | ||||
|               <Route path="reports" element={<Report />} /> | ||||
|                 <Route path="about" element={<About />} /> | ||||
|               <Route path="about" element={<About />} /> | ||||
|               <Route path="profile" element={<Profile />} /> | ||||
|             </Route> | ||||
| 
 | ||||
|             {/* buildercomponents */} | ||||
| 
 | ||||
| 
 | ||||
|             <Route path="*" element={<Navigate to="/" replace />} /> | ||||
|           </Routes> | ||||
|         </BrowserRouter> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user