import { createContext } from "react" import type { HotelListingDataStore } from "@/types/contexts/hotel-listing-data" export const HotelListingDataContext = createContext(null)