fix: cache hotel response
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
import type {
|
||||
Hotel,
|
||||
Restaurant,
|
||||
RestaurantOpeningHours,
|
||||
} from "@/types/hotel"
|
||||
import type { ParkingAmenityProps } from "./parking"
|
||||
import type { Hotel, Restaurant, RestaurantOpeningHours } from "@/types/hotel"
|
||||
|
||||
export type AmenitiesSidePeekProps = {
|
||||
amenitiesList: Hotel["detailedFacilities"]
|
||||
|
||||
Reference in New Issue
Block a user