docs: lint

This commit is contained in:
bcakmakoglu
2022-06-03 23:17:03 +02:00
committed by Braks
parent 0102ebcd33
commit f685a9d8cf
+1 -1
View File
@@ -1,5 +1,5 @@
<script setup>
import { VueFlow, isNode, useVueFlow, getConnectedEdges } from "@braks/vue-flow";
import { VueFlow, isNode, useVueFlow } from '@braks/vue-flow'
import { nextTick, ref } from 'vue'
import { getElements } from './utils.js'