chore: improve type imports
This commit is contained in:
parent
797de0c543
commit
af630d3b8c
38 changed files with 92 additions and 94 deletions
|
|
@ -49,7 +49,7 @@ import {useStore} from 'vuex'
|
|||
import {useRoute, useRouter} from 'vue-router'
|
||||
import {useI18n} from 'vue-i18n'
|
||||
|
||||
import TaskModel from '@/models/task'
|
||||
import type TaskModel from '@/models/task'
|
||||
import {formatDate} from '@/helpers/time/formatDate'
|
||||
import {setTitle} from '@/helpers/setTitle'
|
||||
|
||||
|
|
|
|||
Reference in a new issue