feat: added RoomCard and CardContainer component to HotelPage

This commit is contained in:
Erik Tiekstra
2024-07-04 10:35:23 +02:00
committed by Chuma McPhoy
parent 6b5606fc8b
commit 68f40a144e
16 changed files with 294 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ export { default as ArrowRightIcon } from "./ArrowRight"
export { default as BarIcon } from "./Bar"
export { default as BikingIcon } from "./Biking"
export { default as CalendarIcon } from "./Calendar"
export { default as CameraIcon } from "./Camera"
export { default as CellphoneIcon } from "./Cellphone"
export { default as CheckIcon } from "./Check"
export { default as CheckCircleIcon } from "./CheckCircle"
@@ -18,6 +19,7 @@ export { default as EmailIcon } from "./Email"
export { default as FitnessIcon } from "./Fitness"
export { default as GlobeIcon } from "./Globe"
export { default as HouseIcon } from "./House"
export { default as ImageIcon } from "./Image"
export { default as InfoCircleIcon } from "./InfoCircle"
export { default as LocationIcon } from "./Location"
export { default as LockIcon } from "./Lock"