tests: cleanup unused imports

This commit is contained in:
braks
2022-10-08 11:44:51 +02:00
committed by Braks
parent ff520c8a70
commit 7eb6c5216f

View File

@@ -1,4 +1,4 @@
import { isEdge, isNode, useVueFlow } from '@braks/vue-flow'
import { isNode, useVueFlow } from '@braks/vue-flow'
import { getElements } from '../../../utils'
const { nodes, edges } = getElements()