feat: remove old type

This commit is contained in:
Fredrik Thorsson
2024-07-09 16:47:11 +02:00
parent 286d772de1
commit ee004cf3ca

View File

@@ -1,10 +0,0 @@
export interface HotelCardData {
hotel: {
name: string
address: string
description: string
rooms: string
button: string
label: string[]
}
}