UNPKG

react-habitat-redux

Version:
8 lines (5 loc) 101 B
export const increment = (amount) => ({ type: 'INCREMENT', amount, }); export default increment;