Skip to content

Commit ea96901

Browse files
committed
fix(redux-devtools-inspector): fix jsondiffpatch import
1 parent bdef606 commit ea96901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/redux-devtools-inspector/src/createDiffPatcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { DiffPatcher } from 'jsondiffpatch/src/diffpatcher';
1+
import { DiffPatcher } from 'jsondiffpatch';
22

33
const defaultObjectHash = (o, idx) =>
44
(o === null && '$$null') ||

0 commit comments

Comments
 (0)