refactor: move all utility functions into the utils dir

This commit is contained in:
vsavkin
2016-05-24 13:57:51 -07:00
parent 013f9a2bbc
commit c9b4bcf689
9 changed files with 10 additions and 11 deletions

View File

@ -1,5 +1,5 @@
import { Tree, TreeNode } from './tree';
import { shallowEqual } from './util';
import { Tree, TreeNode } from './utils/tree';
import { shallowEqual } from './utils/collection';
/**
* A URL in the tree form.