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
Browse files Browse the repository at this point in the history
fix(reducers/layout): remove import of APPLICATION_INIT
  • Loading branch information
Metnew committed Oct 19, 2017
1 parent 6e5716c commit f615586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/reducers/layout/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f615586

Please sign in to comment.