From f615586fb0e08b3027fb96a70809888c22107914 Mon Sep 17 00:00:00 2001 From: Vladimir Metnev Date: Thu, 19 Oct 2017 04:18:42 +0300 Subject: [PATCH] fix(reducers/layout): remove APPLICATION_INIT fix(reducers/layout): remove import of APPLICATION_INIT --- src/common/reducers/layout/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/reducers/layout/index.test.js b/src/common/reducers/layout/index.test.js index bd0705ab..773a9478 100644 --- a/src/common/reducers/layout/index.test.js +++ b/src/common/reducers/layout/index.test.js @@ -4,7 +4,7 @@ import { UI_OPEN_SIDEBAR, UI_WINDOW_RESIZE } from 'actions/layout' -import {LOCATION_CHANGE, APPLICATION_INIT} from 'actions/common' +import {LOCATION_CHANGE} from 'actions/common' const closeSidebar = { type: UI_CLOSE_SIDEBAR