const counterIncrement = ({counter}, dispatch) => {
return { counter: counter + 1 }
}
export default counterIncrement