Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(reducers/layout): remove APPLICATION_INIT_TYPE
Browse files Browse the repository at this point in the history
fix(reducers/layout): remove APPLICATION_INIT_TYPE
  • Loading branch information
Metnew committed Sep 28, 2017
1 parent 15e094f commit 3c76706
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/common/reducers/layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 3c76706

Please sign in to comment.