diff --git a/packages/vue-flow/src/utils/store.ts b/packages/vue-flow/src/utils/store.ts index 9b99b090..74586430 100644 --- a/packages/vue-flow/src/utils/store.ts +++ b/packages/vue-flow/src/utils/store.ts @@ -1,4 +1,4 @@ -import type { Actions, Connection, CoordinateExtent, Edge, Getters, GraphEdge, GraphNode, Node } from '~/types' +import type { Connection, CoordinateExtent, Edge, Getters, GraphEdge, GraphNode, Node } from '~/types' import { connectionExists, getEdgeId, isEdge, isGraphEdge, parseEdge, parseNode } from '~/utils/graph' export const isDef = (val: T): val is NonNullable => typeof val !== 'undefined'