소스 검색

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