From 45d21f3f4f6cfdcb5ddd851fc73099aec15c2de8 Mon Sep 17 00:00:00 2001 From: Chloe Date: Tue, 16 Apr 2024 20:21:45 +0700 Subject: [PATCH] fix: remove unwanted layout issue Signed-off-by: Chloe --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 2a60b5f72..1cf721bb1 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -35,7 +35,7 @@ export const metadata = { export default async function RootLayout({ children }: { children: ReactNode }) { return ( - +