import { fetchJSON } from "./utils"; export async function getQuota() { return await fetchJSON(`/api/quota`, { method: "GET", }); }