Home Reference Source

src/actions/root/root.js

const reset = () => ({ type: 'RESET' });

/*
 * Reset the applicaiton by reseting all store
 */
export { reset };