import fetch from './_fetch'; export default () => fetch(`api/user/getUser`) .then(json => json)