feat(BOOK-414): Added hotel branding themes to hotelpages
Approved-by: Matilda Landström
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
import type { HotelHashValues } from "@/types/enums/hotelPage"
|
||||
|
||||
export interface HotelPageProps {
|
||||
hotelId: string
|
||||
}
|
||||
|
||||
// Slugs that are not set elsewhere (dynamically or from CS)
|
||||
export enum SidepeekSlugs {
|
||||
about = "about",
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
export interface HotelSubpageProps {
|
||||
hotelId: string
|
||||
subpage: string
|
||||
}
|
||||
Reference in New Issue
Block a user