From f43d4365e82fe8f92ea0a014defe6134a95b1337 Mon Sep 17 00:00:00 2001 From: Sabir Hussain Date: Wed, 29 Oct 2025 19:38:06 +0530 Subject: [PATCH] chore: clean up RootLayout and Page components --- compiler/apps/playground/app/layout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/apps/playground/app/layout.tsx b/compiler/apps/playground/app/layout.tsx index 9a6daac239faf..6c92423803786 100644 --- a/compiler/apps/playground/app/layout.tsx +++ b/compiler/apps/playground/app/layout.tsx @@ -12,7 +12,6 @@ export default function RootLayout({ }: { children: React.ReactNode; }): JSX.Element { - 'use no memo'; return ( @@ -23,7 +22,7 @@ export default function RootLayout({ + content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />