diff --git a/web/app/layout.tsx b/web/app/layout.tsx index 7ed42a6..a3583ea 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -21,4 +21,3 @@ export default function RootLayout({ children }: { children: React.ReactNode }) ) } -