chore: update style path
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import { serverClient } from "@/lib/trpc/server"
|
||||
|
||||
import MaxWidth from "@/components/MaxWidth"
|
||||
|
||||
import Title from "../TempDesignSystem/Text/Title"
|
||||
|
||||
import styles from "./loyaltyPage.module.css"
|
||||
import styles from "./hotelPage.module.css"
|
||||
|
||||
import type { LangParams } from "@/types/params"
|
||||
|
||||
@@ -15,9 +13,7 @@ export default async function HotelPage({ lang }: LangParams) {
|
||||
}
|
||||
return (
|
||||
<section className={styles.content}>
|
||||
<MaxWidth className={styles.blocks} tag="main">
|
||||
<Title>ID: {hotelPage.hotel_page_id}</Title>
|
||||
</MaxWidth>
|
||||
<Title>ID: {hotelPage.hotel_page_id}</Title>
|
||||
</section>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user