diff --git a/app/layout.tsx b/app/layout.tsx index 57586265..c493ef17 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -2,7 +2,6 @@ import type { Metadata } from "next" import { jetbrainsMono } from '@/lib/fonts' import "./globals.css" import { siteConfig } from "./siteConfig" -import { ClerkProvider } from "@clerk/nextjs" import ClientResetHUDButton from "@/components/ClientResetHUDButton" export const metadata: Metadata = { @@ -36,17 +35,15 @@ export default function RootLayout({ children: React.ReactNode }>) { return ( - - - -
- -
- {children} - - -
+ + +
+ +
+ {children} + + ) } \ No newline at end of file