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

This commit is contained in:
braks
2023-11-08 08:27:12 +01:00
committed by Braks
parent e54b36ae28
commit 7cc798adae
8 changed files with 16 additions and 18 deletions
+2 -4
View File
@@ -1,10 +1,8 @@
import type { D3DragEvent, DragBehavior, SubjectPosition } from 'd3-drag'
import { drag } from 'd3-drag'
import { select } from 'd3-selection'
import type { Ref } from 'vue'
import { ref, watch } from 'vue'
import type { MaybeRefOrGetter } from '@vueuse/core'
import { toValue } from '@vueuse/core'
import type { MaybeRefOrGetter, Ref } from 'vue'
import { ref, toValue, watch } from 'vue'
import { useGetPointerPosition, useVueFlow } from '.'
import {
calcAutoPan,