feat(SW-302): switch out mock data for facility cards
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import type { CardProps } from "@/components/TempDesignSystem/Card/card"
|
||||
import type { FacilityCard } from "./hotelPage/facilities"
|
||||
|
||||
export interface CardImageProps extends React.HTMLAttributes<HTMLDivElement> {
|
||||
card: FacilityCard | undefined
|
||||
card: CardProps | undefined
|
||||
imageCards: Pick<CardProps, "backgroundImage">[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user