diff --git a/package/src/utils/graph.ts b/package/src/utils/graph.ts index 8e0fd007..29fb9709 100644 --- a/package/src/utils/graph.ts +++ b/package/src/utils/graph.ts @@ -2,23 +2,23 @@ import { Box, Connection, CoordinateExtent, + DefaultEdgeOptions, Dimensions, Edge, EdgeMarkerType, Elements, FlowElements, FlowExportObject, - State, - Store, + Getters, GraphEdge, GraphNode, Node, Rect, + State, + Store, Transform, XYPosition, XYZPosition, - Getters, - DefaultEdgeOptions, } from '~/types' import { useWindow } from '~/composables'