feat(BOOK-414): Added hotel branding themes to hotelpages
Approved-by: Matilda Landström
This commit is contained in:
6
apps/scandic-web/app/[lang]/(live)/@theme/page.tsx
Normal file
6
apps/scandic-web/app/[lang]/(live)/@theme/page.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import ThemeUpdater from "@/components/ThemeUpdater"
|
||||
import { DEFAULT_THEME } from "@/utils/theme/types"
|
||||
|
||||
export default function ThemePage() {
|
||||
return <ThemeUpdater theme={DEFAULT_THEME} />
|
||||
}
|
||||
Reference in New Issue
Block a user