diff --git a/src/routes.js b/src/routes.js index d14afabdb4b7..b687ff1e4332 100644 --- a/src/routes.js +++ b/src/routes.js @@ -427,16 +427,6 @@ const routes = [ name: 'List Status Pages', component: AutopilotListStatusPages, }, - { - path: '/endpoint/autopilot/edit-autopilot-profiles', - name: 'Edit Autopilot Profiles', - component: EditAutopilotProfile, - }, - { - path: '/endpoint/autopilot/edit-autopilot-status-page', - name: 'Edit Autopilot Status Page', - component: EditAutopilotStatusPage, - }, { path: '/endpoint/MEM', name: 'MEM' }, { path: '/endpoint/MEM/list-policies', name: 'List MEM Policies', component: IntuneListPolicies }, { path: '/endpoint/MEM/edit-policy', name: 'Edit MEM Policy', component: MEMEditPolicy },