From 7dd09b51c733532ecb54951237f94368dd11badd Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Wed, 13 May 2026 15:33:59 +0100 Subject: remove clerk auth --- communities/red-right-hand/174bg.net/src/app/layout.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'communities/red-right-hand/174bg.net/src/app/layout.js') diff --git a/communities/red-right-hand/174bg.net/src/app/layout.js b/communities/red-right-hand/174bg.net/src/app/layout.js index 4535f5e..ce97609 100644 --- a/communities/red-right-hand/174bg.net/src/app/layout.js +++ b/communities/red-right-hand/174bg.net/src/app/layout.js @@ -1,9 +1,6 @@ -import { ClerkProvider } from "@clerk/nextjs"; import { Inter, Fira_Code } from "next/font/google"; -import { Suspense } from "react"; import "./globals.css"; import TerminalOverlay from "@/components/TerminalOverlay"; -import AuthHeader from "@/components/AuthHeader"; const inter = Inter({ variable: "--font-inter", @@ -30,13 +27,8 @@ export default function RootLayout({ children }) { className={`${inter.variable} ${firaCode.variable} h-full antialiased`} > - - - - - - {children} - + + {children} ); -- cgit v1.2.3