import fetchWrapper from "../fetchWrapper.js"; export default async function getAllEvents() { return fetchWrapper("/api/events/", null, "GET"); }