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 @@ -87,7 +87,6 @@ const WorkspacesSearch = React.lazy(() => import(/* webpackPrefetch: true */ "..
87
87
const AdminSettings = React . lazy ( ( ) => import ( /* webpackPrefetch: true */ "../admin/Settings" ) ) ;
88
88
const ProjectsSearch = React . lazy ( ( ) => import ( /* webpackPrefetch: true */ "../admin/ProjectsSearch" ) ) ;
89
89
const TeamsSearch = React . lazy ( ( ) => import ( /* webpackPrefetch: true */ "../admin/TeamsSearch" ) ) ;
90
- const License = React . lazy ( ( ) => import ( /* webpackPrefetch: true */ "../admin/License" ) ) ;
91
90
const Usage = React . lazy ( ( ) => import ( /* webpackPrefetch: true */ "../Usage" ) ) ;
92
91
const UserOnboarding = React . lazy ( ( ) => import ( /* webpackPrefetch: true */ "../onboarding/UserOnboarding" ) ) ;
93
92
@@ -226,7 +225,6 @@ export const AppRoutes = () => {
226
225
< AdminRoute path = "/admin/workspaces" component = { WorkspacesSearch } />
227
226
< AdminRoute path = "/admin/projects" component = { ProjectsSearch } />
228
227
< AdminRoute path = "/admin/blocked-repositories" component = { BlockedRepositories } />
229
- < AdminRoute path = "/admin/license" component = { License } />
230
228
< AdminRoute path = "/admin/settings" component = { AdminSettings } />
231
229
232
230
< Route path = { [ "/" , "/login" ] } exact >
You can’t perform that action at this time.
0 commit comments