diff --git a/app/[lang]/(live)/@bookingwidget/[contentType]/[uid]/page.tsx b/app/[lang]/(live)/@bookingwidget/[contentType]/[uid]/page.tsx index 043da7c54..9e88b95f2 100644 --- a/app/[lang]/(live)/@bookingwidget/[contentType]/[uid]/page.tsx +++ b/app/[lang]/(live)/@bookingwidget/[contentType]/[uid]/page.tsx @@ -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,