export const RECEIVE_SEARCH = 'RECEIVE_SEARCH'; | |
export const receiveSearch = search => ({ | |
type: RECEIVE_SEARCH, | |
search | |
}) |
export const RECEIVE_SEARCH = 'RECEIVE_SEARCH'; | |
export const receiveSearch = search => ({ | |
type: RECEIVE_SEARCH, | |
search | |
}) |