fix: import paths

This commit is contained in:
Braks
2022-04-11 11:30:10 +02:00
parent 59870a3a55
commit 1e23893e58
4 changed files with 4 additions and 2 deletions
@@ -1,5 +1,6 @@
<script lang="ts" setup>
import { useDraggableCore } from '@braks/revue-draggable'
import { watchDebounced } from '@vueuse/core'
import { useVueFlow } from '../../composables'
import { GraphNode, NodeComponent, SnapGrid } from '../../types'
import { NodeId, Slots } from '../../context'