diff --git a/frontend/src/router/index.ts b/frontend/src/router/index.ts index 91454b22b..a3a4a89f9 100644 --- a/frontend/src/router/index.ts +++ b/frontend/src/router/index.ts @@ -32,7 +32,7 @@ const NewLabelComponent = () => import('@/views/labels/NewLabel.vue') const MigrationComponent = () => import('@/views/migrate/Migration.vue') const MigrationHandlerComponent = () => import('@/views/migrate/MigrationHandler.vue') // Project View -const ProjectView = () => import('@/views/project/ProjectView.vue') +import ProjectView from '@/views/project/ProjectView.vue' const ProjectInfo = () => import('@/views/project/ProjectInfo.vue') // Project Settings diff --git a/frontend/src/views/project/ProjectView.vue b/frontend/src/views/project/ProjectView.vue index df905e98c..19b13bae5 100644 --- a/frontend/src/views/project/ProjectView.vue +++ b/frontend/src/views/project/ProjectView.vue @@ -1,12 +1,12 @@