Skip to content

Commit

Permalink
Merge pull request #257 from gita/add-seona
Browse files Browse the repository at this point in the history
Radhey Radhey: add sitemap
  • Loading branch information
samanyougarg authored Dec 31, 2024
2 parents f3d1a34 + ee3c2a3 commit 6359fec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ 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";

Expand Down Expand Up @@ -73,7 +72,6 @@ export default function RootLayout({ children }: { children: ReactNode }) {
<PreloadResources />
<TopLoader />
{children}
<Script src="https://p.usestyle.ai" defer />
</Providers>
</body>
</html>
Expand Down

0 comments on commit 6359fec

Please sign in to comment.