chore: import sort

This commit is contained in:
Braks
2022-04-11 11:30:10 +02:00
parent 106d2879ce
commit c6b8aa88ea
+4 -4
View File
@@ -2,23 +2,23 @@ import {
Box, Box,
Connection, Connection,
CoordinateExtent, CoordinateExtent,
DefaultEdgeOptions,
Dimensions, Dimensions,
Edge, Edge,
EdgeMarkerType, EdgeMarkerType,
Elements, Elements,
FlowElements, FlowElements,
FlowExportObject, FlowExportObject,
State, Getters,
Store,
GraphEdge, GraphEdge,
GraphNode, GraphNode,
Node, Node,
Rect, Rect,
State,
Store,
Transform, Transform,
XYPosition, XYPosition,
XYZPosition, XYZPosition,
Getters,
DefaultEdgeOptions,
} from '~/types' } from '~/types'
import { useWindow } from '~/composables' import { useWindow } from '~/composables'