Remove path translator

This commit is contained in:
Kyle Shockey
2017-07-18 20:32:09 -07:00
parent 7b5a327171
commit 2ef7b2ad8d
2 changed files with 1 additions and 69 deletions

View File

@@ -1,8 +1,7 @@
import { shallowEqualKeys } from "core/utils"
import { transformPathToArray } from "core/path-translator"
export default function() {
return {
fn: { shallowEqualKeys, transformPathToArray }
fn: { shallowEqualKeys }
}
}