UNPKG

@shopgate/engage

Version:
5 lines 280 B
import{RELOAD_APP}from"../constants";/** * Creates the RELOAD_APP Redux action object that's supposed to be dispatched * when the app is supposed to be reloaded. * @returns {Object} The Redux action object */export var reloadApp=function reloadApp(){return{type:RELOAD_APP};};