docs: lint

This commit is contained in:
bcakmakoglu
2022-06-03 22:51:58 +02:00
committed by Braks
parent 0102ebcd33
commit f685a9d8cf

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'