From a9a9e8d88f6ff70607002f23dfb8f763206722b3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 08:49:10 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e71bad5..1ea3730 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,5 +1,4 @@ import type { Metadata } from 'next'; -import { Lenis } from '@/lib/lenis'; import './globals.css'; export const metadata: Metadata = { @@ -15,7 +14,7 @@ export default function RootLayout({ return ( - {children} + {children}