File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
components/dashboard/src/app Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ const WorkspacesSearch = React.lazy(() => import(/* webpackPrefetch: true */ "..
86
86
const AdminSettings = React . lazy ( ( ) => import ( /* webpackPrefetch: true */ "../admin/Settings" ) ) ;
87
87
const ProjectsSearch = React . lazy ( ( ) => import ( /* webpackPrefetch: true */ "../admin/ProjectsSearch" ) ) ;
88
88
const TeamsSearch = React . lazy ( ( ) => import ( /* webpackPrefetch: true */ "../admin/TeamsSearch" ) ) ;
89
- const License = React . lazy ( ( ) => import ( /* webpackPrefetch: true */ "../admin/License" ) ) ;
90
89
const Usage = React . lazy ( ( ) => import ( /* webpackPrefetch: true */ "../Usage" ) ) ;
91
90
const UserOnboarding = React . lazy ( ( ) => import ( /* webpackPrefetch: true */ "../onboarding/UserOnboarding" ) ) ;
92
91
@@ -224,7 +223,6 @@ export const AppRoutes = () => {
224
223
< AdminRoute path = "/admin/workspaces" component = { WorkspacesSearch } />
225
224
< AdminRoute path = "/admin/projects" component = { ProjectsSearch } />
226
225
< AdminRoute path = "/admin/blocked-repositories" component = { BlockedRepositories } />
227
- < AdminRoute path = "/admin/license" component = { License } />
228
226
< AdminRoute path = "/admin/settings" component = { AdminSettings } />
229
227
230
228
< Route path = { [ "/" , "/login" ] } exact >
You can’t perform that action at this time.
0 commit comments