fix: rename component imports
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2022-11-13 23:06:43 +01:00
parent e9aa784739
commit f54aeb8e0b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 3 deletions

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