export function clearNotifications() {
  return (dispatch) => {
    dispatch({
      type: NOTIFICATIONS_CLEAR,
    });