fix(SW-1111) Added Loading instead of Suspense
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { SelectHotelMapContainerSkeleton } from "@/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainerSkeleton"
|
||||
|
||||
export default function Loading() {
|
||||
return <SelectHotelMapContainerSkeleton />
|
||||
}
|
||||
Reference in New Issue
Block a user