"use client" import { APIProvider } from "@vis.gl/react-google-maps" import SelectHotelMapContent from "./SelectHotelMapContent" import type { SelectHotelMapProps } from "@/types/components/hotelReservation/selectHotel/map" export default function SelectHotelMap({ apiKey, hotelPins, mapId, hotels, filterList, cityCoordinates, }: SelectHotelMapProps) { return ( ) }