src/actions/root/root.js
const reset = () => ({ type: 'RESET' });
/*
* Reset the applicaiton by reseting all store
*/
export { reset };

const reset = () => ({ type: 'RESET' });
/*
* Reset the applicaiton by reseting all store
*/
export { reset };