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',
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',