diff --git a/app/[lang]/(live)/@bookingwidget/hotelreservation/[...paths]/page.tsx b/app/[lang]/(live)/@bookingwidget/hotelreservation/[...paths]/page.tsx index 1eea8e957..2ebaca014 100644 --- a/app/[lang]/(live)/@bookingwidget/hotelreservation/[...paths]/page.tsx +++ b/app/[lang]/(live)/@bookingwidget/hotelreservation/[...paths]/page.tsx @@ -1,23 +1 @@ -// import { env } from "@/env/server" - -// import BookingWidget, { preload } from "@/components/BookingWidget" - -// import { PageArgs } from "@/types/params" - -// export default async function BookingWidgetHotelReservationPage({ -// searchParams, -// }: PageArgs<{}, URLSearchParams>) { -// if (!env.ENABLE_BOOKING_WIDGET_HOTELRESERVATION_PATH) { -// return null -// } - -// preload() - -// return <>BOOKING WIDGET!!!!! - -// return -// } - -// TODO: This should just: export { default } from "../../page" -// when current web is no more