chore(core): remove unnecessary imports

This commit is contained in:
braks
2022-11-08 20:27:22 +01:00
committed by Braks
parent 630434d5cf
commit 6106e90abc
8 changed files with 0 additions and 35 deletions
@@ -1,7 +1,6 @@
import type { MaybeRef } from '@vueuse/core'
import { isFunction } from '@vueuse/core'
import useVueFlow from './useVueFlow'
import { getHostForElement } from '~/utils'
import type { Connection, Getters, GraphEdge, HandleType, ValidConnectionFunc } from '~/types'
import { ConnectionMode } from '~/types'