initial docker setup
This commit is contained in:
8
frontend/src/constants/pageConstants.js
Normal file
8
frontend/src/constants/pageConstants.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const MODULE = 'PAGE_';
|
||||
|
||||
export const SET_PARAMS_FROM_URL = MODULE + 'SET_PARAMS_FROM_URL';
|
||||
export const RESET_PARAMS = MODULE + 'RESET_PARAMS';
|
||||
|
||||
export const SET_ACTIVE_MODULE = MODULE + 'SET_ACTIVE_MODULE';
|
||||
export const SET_ACTIVE_SUB_MODULE = MODULE + 'SET_ACTIVE_SUB_MODULE';
|
||||
export const RESET_ACTIVE_SUB_MODULE = MODULE + 'RESET_ACTIVE_SUB_MODULE';
|
||||
Reference in New Issue
Block a user