faqsConstants.js 192 Bytes Raw Blame History Permalink 1 2 3 4 5 6 export const GET_FAQS_REQUEST = "GET_FAQS_REQUEST" export const GET_FAQS_SUCCESS = "GET_FAQS_SUCCESS" export const GET_FAQS_FAIL = "GET_FAQS_FAIL" export const CLEAR_ERRORS = "CLEAR_ERRORS";