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