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,4 +1,4 @@
import { Tree, TreeNode } from './tree';
import { Tree, TreeNode } from './utils/tree';
import { UrlSegment } from './url_tree';
import { Observable } from 'rxjs/Observable';
import { BehaviorSubject } from 'rxjs/BehaviorSubject';