chore: lint

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2023-03-10 00:30:19 +05:30
parent 500979d135
commit dbce6f0952
28 changed files with 36 additions and 43 deletions

View File

@@ -32,7 +32,7 @@ const props = defineProps<{
const emit = defineEmits(['baseUpdated'])
const projectStore = useProject()
const { loadProject } = projectStore
const { loadProject } = projectStore
const { project } = projectStore
const useForm = Form.useForm