client.js 83 Bytes Raw Blame History Permalink 1 2 3 import axios from './axios'; const client = axios.create(); export default client;