فهرست منبع

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