Skip to content

Commit 0ad4fc7

Browse files
committed
Fix typo
1 parent 5cb6bea commit 0ad4fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/initialState.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import cloneDeep from 'lodash.cloneDeep';
1+
import cloneDeep from 'lodash.clonedeep';
22
import { createStore } from 'redux';
33

44
let state = null;

0 commit comments

Comments
 (0)