Merge version_4 into main #12
@@ -1,5 +1,4 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Lenis } from "./providers";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Create Next App", description: "Generated by create next app"
|
||||
@@ -13,9 +12,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<body>
|
||||
<Lenis>
|
||||
{children}
|
||||
</Lenis>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
Reference in New Issue
Block a user