Skip to content

Commit

Permalink
Radhey Radhey: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
samanyougarg committed Jan 1, 2025
1 parent 951872b commit aa1475a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -65,6 +66,7 @@ export default function RootLayout({ children }: { children: ReactNode }) {
<head>
<meta charSet="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<Script src="https://p.usestyle.ai" defer />
</head>
<body>
<Providers>
Expand Down

0 comments on commit aa1475a

Please sign in to comment.