aboutsummaryrefslogtreecommitdiff
path: root/src/client/react/actions/search.js
blob: e50d851ce3c76952fc547f18a16284ed681f857b (plain)
1
2
3
4
5
// eslint-disable-next-line import/prefer-default-export
export const inputChange = typedValue => ({
  type: 'SEARCH/INPUT_CHANGE',
  typedValue,
});