export const changeFilters = filters => ({ type: 'CHANGE_FILTERS', filters }); export const resetFilters = () => ({ type: 'RESET_FILTERS' });