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