From 34b1702878ecbfb0ea624b11a7f02550309fa99d Mon Sep 17 00:00:00 2001 From: Claudio Wunder Date: Mon, 27 Nov 2023 22:03:04 +0100 Subject: [PATCH] hotfix: base layout should not be client-side --- layouts/BaseLayout.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/layouts/BaseLayout.tsx b/layouts/BaseLayout.tsx index e04ebed4828a4..27c14bb18b04f 100644 --- a/layouts/BaseLayout.tsx +++ b/layouts/BaseLayout.tsx @@ -1,5 +1,3 @@ -'use client'; - import type { FC, PropsWithChildren } from 'react'; import Footer from '@/components/Footer';