1import axios from "axios"; 2import { API_URL } from "../consts"; 3 4export const client = axios.create({ 5 baseURL: API_URL, 6});