mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-10-30 02:12:39 +00:00
4 lines
190 B
JavaScript
Executable File
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';
|