import axios from "axios" const instance = axios.create( { withCredentials: true, crossDomain: true } ) export {instance as axios}