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