export function loadWatches() {
  return function (dispatch, getState) {
    dispatch({
      type: 'LOAD_WATCHES_REQUEST',
    });