diff options
Diffstat (limited to 'src/utils/constants.js')
-rw-r--r-- | src/utils/constants.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utils/constants.js b/src/utils/constants.js new file mode 100644 index 0000000..a7ae6de --- /dev/null +++ b/src/utils/constants.js @@ -0,0 +1,5 @@ +export const LOGIN_REQUEST = "LOGIN_REQUEST"; +export const LOGIN_SUCCESS = "LOGIN_SUCCESS"; +export const COMMON_REQUEST = "COMMON_REQUEST"; +export const COMMON_SUCCESS = "COMMON_SUCCESS"; +export const COMMON_CANCEL = "COMMON_CANCEL";
\ No newline at end of file |