From 3c76706afdd2bffc04d6d4a19f6bdb789638c7cb Mon Sep 17 00:00:00 2001 From: Vladimir Metnev Date: Thu, 28 Sep 2017 19:31:50 +0300 Subject: [PATCH] fix(reducers/layout): remove APPLICATION_INIT_TYPE fix(reducers/layout): remove APPLICATION_INIT_TYPE --- src/common/reducers/layout/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/reducers/layout/index.js b/src/common/reducers/layout/index.js index 68c874fa..683641b9 100644 --- a/src/common/reducers/layout/index.js +++ b/src/common/reducers/layout/index.js @@ -6,7 +6,7 @@ import { } from 'actions/layout' import {LOCATION_CHANGE} from 'actions/common' // -import type {LOCATION_CHANGE_TYPE, APPLICATION_INIT_TYPE} from 'actions/common' +import type {LOCATION_CHANGE_TYPE} from 'actions/common' import type { UI_OPEN_SIDEBAR_TYPE, UI_CLOSE_SIDEBAR_TYPE, @@ -25,7 +25,6 @@ type Action = | UI_CLOSE_SIDEBAR_TYPE | UI_WINDOW_RESIZE_TYPE | LOCATION_CHANGE_TYPE - | APPLICATION_INIT_TYPE export const initialState: State = { sidebarOpened: false,