import SkeletonShimmer from "@/components/SkeletonShimmer" import { RoomCardSkeleton } from "../RoomCardSkeleton/RoomCardSkeleton" import styles from "./SelectHotelMapContainerSkeleton.module.css" type Props = { count?: number } export function SelectHotelMapContainerSkeleton({ count = 2 }: Props) { return (