contactUsConstants.js 249 Bytes
export const CONTACT_US_SUBMIT_REQUEST = "CONTACT_US_SUBMIT_REQUEST";
export const CONTACT_US_SUBMIT_SUCCESS = "CONTACT_US_SUBMIT_SUCCESS";
export const CONTACT_US_SUBMIT_FAIL = "CONTACT_US_SUBMIT_FAIL";

export const CLEAR_ERRORS = "CLEAR_ERRORS";