remove incorrect import

This commit is contained in:
AykutSarac 2023-02-10 12:05:06 +03:00
parent 8a6bec0b25
commit 13aaa81d9a
No known key found for this signature in database

View File

@ -1,6 +1,5 @@
import { ReactZoomPanPinchRef } from "react-zoom-pan-pinch";
import { CanvasDirection } from "reaflow/dist/layout/elkLayout";
import { Graph } from "src/components/Graph";
import { parser } from "src/utils/core/jsonParser";
import { getChildrenEdges } from "src/utils/getChildrenEdges";
import { getOutgoers } from "src/utils/getOutgoers";