feat: add placeholder data
This commit is contained in:
10
components/HotelReservation/SelectHotel/HotelCard/data.ts
Normal file
10
components/HotelReservation/SelectHotel/HotelCard/data.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface HotelCardData {
|
||||
hotel: {
|
||||
name: string
|
||||
address: string
|
||||
description: string
|
||||
rooms: string
|
||||
button: string
|
||||
label: string[]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user