update(examples): import order

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 546dd4baaf
commit d913df6187
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<script lang="ts" setup>
import { VueFlow, Node, useVueFlow } from '@braks/vue-flow'
import Sidebar from './Sidebar.vue'
import { VueFlow, FlowInstance, Node, useVueFlow } from '@braks/vue-flow'
let id = 0
const getId = () => `dndnode_${id++}`