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 -1
View File
@@ -1,7 +1,7 @@
<script lang="ts" setup>
import dagre from 'dagre'
import initialElements from './initial-elements'
import { VueFlow, Controls, ConnectionMode, Elements, isNode, CoordinateExtent, Position } from '@braks/vue-flow'
import initialElements from './initial-elements'
const dagreGraph = new dagre.graphlib.Graph()
dagreGraph.setDefaultEdgeLabel(() => ({}))