chore: improve type imports

This commit is contained in:
Dominik Pschenitschni 2022-06-23 03:08:35 +02:00
parent 797de0c543
commit af630d3b8c
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
38 changed files with 92 additions and 94 deletions

View file

@ -44,7 +44,7 @@
import {ref, watch, unref, shallowReactive} from 'vue'
import {useI18n} from 'vue-i18n'
import {useStore} from 'vuex'
import {tryOnMounted, debouncedWatch, useWindowSize, MaybeRef} from '@vueuse/core'
import {tryOnMounted, debouncedWatch, useWindowSize, type MaybeRef} from '@vueuse/core'
import TaskService from '@/services/task'
import QuickAddMagic from '@/components/tasks/partials/quick-add-magic.vue'