Files
web/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/map/loading.tsx
2024-12-09 16:50:02 +01:00

6 lines
223 B
TypeScript

import { SelectHotelMapContainerSkeleton } from "@/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainerSkeleton"
export default function Loading() {
return <SelectHotelMapContainerSkeleton />
}