瀏覽代碼

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 { ReactZoomPanPinchRef } from "react-zoom-pan-pinch";
 import { CanvasDirection } from "reaflow/dist/layout/elkLayout";
 import { CanvasDirection } from "reaflow/dist/layout/elkLayout";
-import { Graph } from "src/components/Graph";
 import { parser } from "src/utils/core/jsonParser";
 import { parser } from "src/utils/core/jsonParser";
 import { getChildrenEdges } from "src/utils/getChildrenEdges";
 import { getChildrenEdges } from "src/utils/getChildrenEdges";
 import { getOutgoers } from "src/utils/getOutgoers";
 import { getOutgoers } from "src/utils/getOutgoers";