fix: build error

This commit is contained in:
Pontus Dreij
2024-12-17 14:30:25 +01:00
parent 237147825c
commit 3cd893e088

View File

@@ -4,7 +4,7 @@ import { getHotelData, getHotelPage } from "@/lib/trpc/memoizedRequests"
import BookingWidget, { preload } from "@/components/BookingWidget"
import { getLang } from "@/i18n/serverContext"
import { ContentTypeParams, PageArgs } from "@/types/params"
import type { ContentTypeParams, PageArgs } from "@/types/params"
export default async function BookingWidgetPage({
params,