Files
wlan-cloud-ui/app/utils/constants.js
Sean Macfarlane 63b392d73d redux setup
2020-03-11 11:28:29 -04:00

4 lines
190 B
JavaScript
Executable File

export const RESTART_ON_REMOUNT = '@@saga-injector/restart-on-remount';
export const DAEMON = '@@saga-injector/daemon';
export const ONCE_TILL_UNMOUNT = '@@saga-injector/once-till-unmount';