import { createContext } from "react" import type { MyStayStore } from "@/types/contexts/my-stay" export const MyStayContext = createContext(null)