chore(nc-gui): lint error and warnings

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
mertmit
2023-09-06 17:24:12 +03:00
parent c05e3cdd95
commit 85aaabe2cc
33 changed files with 25 additions and 144 deletions

View File

@@ -15,7 +15,7 @@ const emit = defineEmits(['update:modelValue'])
const dialogShow = useVModel(props, 'modelValue', emit)
const projectsStore = useProjects()
const { loadProjects, createProject: _createProject } = projectsStore
const { createProject: _createProject } = projectsStore
const { navigateToProject } = useGlobal()