From 0ad4fc7a5d2542c15b6bc8d9835568fc2725b9c5 Mon Sep 17 00:00:00 2001 From: Dmitry Zaets Date: Thu, 25 Aug 2016 23:21:53 +0200 Subject: [PATCH] Fix typo --- src/initialState.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initialState.js b/src/initialState.js index 19ac14b..5198c12 100644 --- a/src/initialState.js +++ b/src/initialState.js @@ -1,4 +1,4 @@ -import cloneDeep from 'lodash.cloneDeep'; +import cloneDeep from 'lodash.clonedeep'; import { createStore } from 'redux'; let state = null;