export const LOCATION_CHANGE = '@@router/LOCATION_CHANGE'
// I'm not sure, but I guess that if you use redux-devtools extension your APP_INIT should be look like:
// export const APP_INIT = '@@INIT'
export const APP_INIT = '@@redux/INIT'