From 349dbaa1ccc795dfc175d4dd85fb96674b1f6631 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:23:03 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e250ab9..f053148 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,5 +1,4 @@ import type { Metadata } from 'next'; -import { Lenis as LenisProvider } from 'react-lenis'; import './globals.css'; export const metadata: Metadata = { @@ -15,9 +14,7 @@ export default function RootLayout({ return ( - - {children} - + {children}