//constants export const INIT_PREVIEW = 'INIT_PREVIEW'; export const FILTER_PREVIEW = 'FILTER_PREVIEW'; export const LOAD_POST = 'LOAD_POST'; export const FETCHING = 'FETCHING';