Blame view

redux/constants/contactUsConstants.js 249 Bytes
jay committed
1 2 3 4 5
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";