feat(SW-340): Added HotelCardDialog component
This commit is contained in:
@@ -8,11 +8,14 @@ import HotelCard from "../HotelCard"
|
||||
|
||||
import styles from "./hotelCardListing.module.css"
|
||||
|
||||
import { HotelCardListingProps } from "@/types/components/hotelReservation/selectHotel/hotelCardListingProps"
|
||||
import {
|
||||
HotelCardListingProps,
|
||||
HotelCardListingType,
|
||||
} from "@/types/components/hotelReservation/selectHotel/hotelCardListingProps"
|
||||
|
||||
export default function HotelCardListing({
|
||||
hotelData,
|
||||
type = "listing",
|
||||
type = HotelCardListingType.PageListing,
|
||||
}: HotelCardListingProps) {
|
||||
const searchParams = useSearchParams()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user