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