diff --git a/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/my-stay/page.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/my-stay/page.tsx index 4eedbbc71..e4cec7202 100644 --- a/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/my-stay/page.tsx +++ b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/my-stay/page.tsx @@ -1,3 +1,7 @@ +import { BookingFlowConfig } from "@scandic-hotels/booking-flow/BookingFlowConfig" + +import { bookingFlowConfig } from "@/constants/bookingFlowConfig" + import MyStay from "@/components/HotelReservation/MyStay" import { setLang } from "@/i18n/serverContext" @@ -14,9 +18,9 @@ export default async function MyStayPage( const refId = searchParams.RefId return ( - <> + - + ) }