From 18aba904c8fc7c5095346c1db9338d6ddbaccca6 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 20 Dec 2022 00:08:00 +0100 Subject: [PATCH] chore(core): remove unused import Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- packages/core/src/types/changes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'