From aa1475aec5c9eea385768140e332762437f00815 Mon Sep 17 00:00:00 2001 From: samanyougarg Date: Wed, 1 Jan 2025 19:27:56 +0530 Subject: [PATCH] Radhey Radhey: fixes --- src/app/layout.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f6a4e32..ba06ad3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,6 +2,7 @@ import { ReactNode } from "react"; import { Metadata } from "next"; import { Inter } from "next/font/google"; import { headers } from "next/headers"; +import Script from "next/script"; import TopLoader from "components/Headers/TopLoader"; import { paramsToLocale } from "shared/functions"; @@ -65,6 +66,7 @@ export default function RootLayout({ children }: { children: ReactNode }) { +