chore(core): cleanup imports from vueuse/core that exist in vue
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
import type { D3ZoomEvent, ZoomTransform } from 'd3-zoom'
|
||||
import { zoom, zoomIdentity } from 'd3-zoom'
|
||||
import { pointer, select } from 'd3-selection'
|
||||
import { onMounted, ref, watchEffect } from 'vue'
|
||||
import { toRef, useEventListener, useResizeObserver } from '@vueuse/core'
|
||||
import { onMounted, ref, toRef, watchEffect } from 'vue'
|
||||
import { useEventListener, useResizeObserver } from '@vueuse/core'
|
||||
import type { CoordinateExtent, D3ZoomHandler, FlowOptions, ViewportTransform } from '../../types'
|
||||
import { PanOnScrollMode } from '../../types'
|
||||
import { useKeyPress, useVueFlow, useWindow } from '../../composables'
|
||||
|
||||
Reference in New Issue
Block a user