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
@@ -1,7 +1,7 @@
import React, { memo } from 'react';
import { useStoreState } from 'easy-peasy';
import { isNode } from '../../graph-utils';
import { isNode } from '../../utils/graph';
function renderNode(d, props, state) {
const nodeType = d.type || 'default';