feat: rename lists to projects #2697

Closed
konrad wants to merge 53 commits from feature/rename-lists-to-projects into main
1 changed files with 3 additions and 3 deletions
Showing only changes of commit f54aeb8e0b - Show all commits

View File

@ -206,7 +206,7 @@ const router = createRouter({
{ {
path: '/namespaces', path: '/namespaces',
name: 'namespaces.index', name: 'namespaces.index',
component: ProjectNamespaces, component: ListNamespaces,
}, },
{ {
path: '/namespaces/new', path: '/namespaces/new',
@ -409,7 +409,7 @@ const router = createRouter({
{ {
path: '/teams', path: '/teams',
name: 'teams.index', name: 'teams.index',
component: ProjectTeamsComponent, component: ListTeamsComponent,
}, },
{ {
path: '/teams/new', path: '/teams/new',
@ -427,7 +427,7 @@ const router = createRouter({
{ {
path: '/labels', path: '/labels',
name: 'labels.index', name: 'labels.index',
component: ProjectLabelsComponent, component: ListLabelsComponent,
}, },
{ {
path: '/labels/new', path: '/labels/new',