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
@@ -1,5 +1,5 @@
<script lang="ts" setup>
import { toRef } from '@vueuse/core'
import { toRef } from 'vue'
import { useVueFlow } from '../../composables'
const { viewportRef } = useVueFlow()