export const actionSearch = text => ({type: 'SEARCH', text}) export const actionSearchResult = payload => ({type: 'SEARCH_RESULT', payload})