2017-07-04 03:28:56 +00:00
|
|
|
export const LOCATION_CHANGE = '@@router/LOCATION_CHANGE';
|
2017-04-12 05:04:27 +00:00
|
|
|
// 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'
|
2017-07-04 03:28:56 +00:00
|
|
|
export const APP_INIT = '@@redux/INIT';
|