File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- import { ApplicationsIndex } from '@/features/instance/applications' ;
1+ import { ApplicationsEditor } from '@/features/instance/applications' ;
22import { createApplicationsRoutes } from '@/features/instance/applications/routes' ;
33import { createConfigRouteTree } from '@/features/instance/config/routes' ;
44import { createBrowseRouteTree } from '@/features/instance/databases/routes' ;
@@ -13,7 +13,7 @@ export function createInstanceRouteTree(mode: 'local' | 'cluster' | 'instance')
1313 const instanceIndexRoute = createRoute ( {
1414 getParentRoute : ( ) => instanceLayoutRoute ,
1515 path : mode === 'cluster' ? '/index' : '/' ,
16- component : ApplicationsIndex ,
16+ component : ApplicationsEditor ,
1717 } ) ;
1818
1919 const children = [
You can’t perform that action at this time.
0 commit comments