From 4b85b019196b50fa2a8d1449969d78fe9d20d12d Mon Sep 17 00:00:00 2001 From: Linus Flood Date: Wed, 27 Nov 2024 12:41:29 +0100 Subject: [PATCH] Removed dead code --- .../hotelreservation/[...paths]/page.tsx | 22 ------------------- 1 file changed, 22 deletions(-) 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