revert(core): cleanup imports from vueuse/core that exist in vue

This reverts commit 7cc798ad
This commit is contained in:
braks
2023-11-08 16:22:15 +01:00
committed by Braks
parent 9846420e42
commit 6162389cc2
8 changed files with 13 additions and 12 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
import type { MaybeRefOrGetter } from 'vue'
import { ref, watch } from 'vue'
import type { KeyFilter, KeyPredicate } from '@vueuse/core'
import type { KeyFilter, KeyPredicate, MaybeRefOrGetter } from '@vueuse/core'
import { onKeyStroke, toValue, useEventListener } from '@vueuse/core'
import { useWindow } from './useWindow'