export function fetchUser() {
  return dispatch =>
        axios
            .get('/api/profile')
            .then((res) => {