<button
        style={{ height: '20px', width: '100px', backgroundColor: 'green' }}
        onClick={() =>
          dispatch({
            type: TYPES.COUNT_UP,