Merge version_2 into main #3
@@ -1,10 +1,9 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Lenis } from "@/providers/lenisProvider/lenis";
|
||||
import { LenisProvider } from "@/providers/lenisProvider/LenisProvider";
|
||||
import "@/styles/globals.css";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Clash Royale", description: "Master the Arena in Clash Royale"};
|
||||
title: "Clash Royale", description: "Master the Arena in Clash Royale"
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -14,9 +13,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<body>
|
||||
<LenisProvider>
|
||||
{children}
|
||||
</LenisProvider>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
Reference in New Issue
Block a user