fix(SW-1111) Added Loading instead of Suspense

This commit is contained in:
Pontus Dreij
2024-12-09 16:46:00 +01:00
parent 05cd62e339
commit 7f50d34431
2 changed files with 11 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
import { SelectHotelMapContainerSkeleton } from "@/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainerSkeleton"
export default function Loading() {
return <SelectHotelMapContainerSkeleton />
}