Selaa lähdekoodia

remove incorrect import

AykutSarac 2 vuotta sitten
vanhempi
commit
13aaa81d9a
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      src/store/useGraph.tsx

+ 0 - 1
src/store/useGraph.tsx

@@ -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";