import ky from "ky"; import { BASE_URL } from "./constants"; export const api = ky.create({ prefixUrl: BASE_URL, });