Skip to content

Commit cbebe66

Browse files
committed
Add moved diff into its own directory
1 parent bcd666d commit cbebe66

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/index.js renamed to src/diff/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { isEmpty, isObject } from './utils';
1+
import { isEmpty, isObject } from '../utils';
22

33
const diff = (lhs, rhs) => {
44
if (lhs === rhs) return {}; // equal return no diff
File renamed without changes.

0 commit comments

Comments
 (0)