Преглед на файлове

remove incorrect import

AykutSarac преди 2 години
родител
ревизия
13aaa81d9a
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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";