From 2650b3d5d70f2e631893e41ffeaf5a1564c5e985 Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Mon, 7 Oct 2024 14:18:04 +0200 Subject: [PATCH] feat(SW-350): fix merge conflicts --- app/[lang]/(live)/@bookingwidget/page.tsx | 2 +- app/[lang]/(live-current)/layout.tsx | 2 +- .../Forms/BookingWidget/FormContent/formContent.module.css | 2 +- components/Forms/BookingWidget/form.module.css | 5 +---- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/app/[lang]/(live)/@bookingwidget/page.tsx b/app/[lang]/(live)/@bookingwidget/page.tsx index b2dd7e1b6..13a414cba 100644 --- a/app/[lang]/(live)/@bookingwidget/page.tsx +++ b/app/[lang]/(live)/@bookingwidget/page.tsx @@ -13,5 +13,5 @@ export default async function BookingWidgetPage() { return null } - return + return } diff --git a/app/[lang]/(live-current)/layout.tsx b/app/[lang]/(live-current)/layout.tsx index ac6deaf17..ec3be8b3c 100644 --- a/app/[lang]/(live-current)/layout.tsx +++ b/app/[lang]/(live-current)/layout.tsx @@ -65,7 +65,7 @@ export default async function RootLayout({ {header} - + {children}