chore(core): remove unused import

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-20 00:38:56 +01:00
committed by Braks
parent dd1b15029d
commit 18aba904c8
+1 -1
View File
@@ -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'