feat(BOOK-62): Added new InfoCard component and using that on hotel pages
Approved-by: Bianca Widstam
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
import { cx } from "class-variance-authority"
|
||||
import { notFound } from "next/navigation"
|
||||
|
||||
import {
|
||||
DEFAULT_THEME,
|
||||
getThemeByHotel,
|
||||
} from "@scandic-hotels/common/utils/theme"
|
||||
|
||||
import { env } from "@/env/server"
|
||||
import { getHotel, getHotelPage } from "@/lib/trpc/memoizedRequests"
|
||||
|
||||
import HotelMapPage from "@/components/ContentType/HotelMapPage"
|
||||
import HotelPage from "@/components/ContentType/HotelPage"
|
||||
import HotelSubpage from "@/components/ContentType/HotelSubpage"
|
||||
import { getThemeByHotel } from "@/utils/theme"
|
||||
import { DEFAULT_THEME } from "@/utils/theme/types"
|
||||
|
||||
import styles from "./page.module.css"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user