/* * * HomePage constants * */ export const LOAD_DATA = 'HomePage/LOAD_DATA'; export const LOADED_DATA = 'HomePage/LOADED_DATA';