There was an error while loading. Please reload this page.
1 parent bcd666d commit cbebe66Copy full SHA for cbebe66
src/index.js renamed to src/diff/index.js
@@ -1,4 +1,4 @@
1
-import { isEmpty, isObject } from './utils';
+import { isEmpty, isObject } from '../utils';
2
3
const diff = (lhs, rhs) => {
4
if (lhs === rhs) return {}; // equal return no diff
src/index.spec.js renamed to src/diff/index.spec.js
0 commit comments