refactor: move all utility functions into the utils dir
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user