UNPKG

add-component

Version:
8 lines (6 loc) 104 B
import t from './actionTypes.js' export function increment () { return { type: t.INCREMENT } }