Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysSullivan committed Dec 2, 2024
1 parent 1d39a9c commit d1fc453
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ export default async function RootLayout({
}>) {
return (
<html lang="en" className="h-full">
<head>
<script src="https://unpkg.com/react-scan/dist/auto.global.js" async />
{/* rest of your scripts go under */}
</head>
<body
className={`${GeistSans.variable} ${GeistMono.variable} flex flex-col overflow-y-auto overflow-x-hidden antialiased`}
>
Expand Down

0 comments on commit d1fc453

Please sign in to comment.