chore(core): cleanup import paths

This commit is contained in:
braks
2022-11-17 17:55:20 +01:00
committed by Braks
parent 6f8b16a867
commit 406b20b8ba
11 changed files with 0 additions and 13 deletions
@@ -1,7 +1,6 @@
import type { Ref } from 'vue'
import type { KeyFilter, MaybeRef } from '@vueuse/core'
import { isBoolean, isFunction } from '@vueuse/core'
import useWindow from './useWindow'
function isInputDOMNode(event: KeyboardEvent): boolean {
const target = event.composedPath()[0] as HTMLElement