refactor(utils): put in folder

This commit is contained in:
moklick
2019-10-06 19:05:14 +02:00
parent cc2775dd78
commit 3bb6e892aa
11 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import useD3Zoom from '../../hooks/useD3Zoom';
import useGlobalKeyHandler from '../../hooks/useGlobalKeyHandler';
import useElementUpdater from '../../hooks/useElementUpdater'
import { getDimensions } from '../../utils';
import { fitView, zoomIn, zoomOut } from '../../graph-utils';
import { fitView, zoomIn, zoomOut } from '../../utils/graph';
const GraphView = memo(({
nodeTypes, edgeTypes, onMove, onLoad,