feat(SW-750): update icon import
This commit is contained in:
@@ -10,4 +10,5 @@ export type AboutTheHotelSidePeekProps = {
|
||||
socials: Hotel["socialMedia"]
|
||||
ecoLabels: Hotel["hotelFacts"]["ecoLabels"]
|
||||
descriptions: Hotel["hotelContent"]["texts"]["descriptions"]
|
||||
buttonUrl?: string
|
||||
}
|
||||
|
||||
@@ -2,5 +2,5 @@ import type { AboutTheHotelSidePeekProps } from "./aboutTheHotel"
|
||||
|
||||
export type ContactInformationProps = Omit<
|
||||
AboutTheHotelSidePeekProps,
|
||||
"descriptions"
|
||||
"descriptions" | "buttonUrl"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user