diff --git a/packages/core/src/types/changes.ts b/packages/core/src/types/changes.ts index 1b8330ed..aba93d85 100644 --- a/packages/core/src/types/changes.ts +++ b/packages/core/src/types/changes.ts @@ -1,4 +1,4 @@ -import type { Dimensions, ElementData, XYPosition, XYZPosition } from './flow' +import type { Dimensions, ElementData, XYPosition } from './flow' import type { GraphNode, Node, NodeHandleBounds } from './node' import type { GraphEdge } from './edge'