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,7 +1,7 @@
import type { Ref, ToRefs } from 'vue'
import { effectScope, nextTick, onScopeDispose, toRef, watch } from 'vue'
import { effectScope, nextTick, onScopeDispose, watch } from 'vue'
import type { WatchPausableReturn } from '@vueuse/core'
import { watchPausable } from '@vueuse/core'
import { toRef, watchPausable } from '@vueuse/core'
import type { Connection, FlowProps, VueFlowStore } from '~/types'
import { isDef } from '~/utils'