import { createContext } from "react"; export const EventDetailContext = createContext(null);