1
0

fix(views): do not load views async

This commit is contained in:
kolaente
2024-03-16 13:13:16 +01:00
parent 59ced554cd
commit 39c9928421
2 changed files with 2 additions and 2 deletions

View File

@ -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