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,4 +10,4 @@ export {
isEdge,
removeElements,
getOutgoers
} from './graph-utils';
} from './utils/graph';