homeContentConstants.js 183 Bytes
export const FETCH_HOME_CONTENT_SUCCESS = "FETCH_HOME_CONTENT_SUCCESS";
export const FETCH_HOME_CONTENT_FAIL = "FETCH_HOME_CONTENT_FAIL";

export const CLEAR_ERRORS = "CLEAR_ERRORS";