diff --git a/src/router/index.ts b/src/router/index.ts index af46dd235..fd1eed61f 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -206,7 +206,7 @@ const router = createRouter({ { path: '/namespaces', name: 'namespaces.index', - component: ProjectNamespaces, + component: ListNamespaces, }, { path: '/namespaces/new', @@ -409,7 +409,7 @@ const router = createRouter({ { path: '/teams', name: 'teams.index', - component: ProjectTeamsComponent, + component: ListTeamsComponent, }, { path: '/teams/new', @@ -427,7 +427,7 @@ const router = createRouter({ { path: '/labels', name: 'labels.index', - component: ProjectLabelsComponent, + component: ListLabelsComponent, }, { path: '/labels/new',