remove: Remove staging banner component
Some checks failed
Dev Deployment (Zero Downtime) / deploy-dev (push) Has been cancelled

This commit is contained in:
2026-01-09 17:36:44 +01:00
parent fc71bc740a
commit d09802ab19
2 changed files with 0 additions and 78 deletions

View File

@@ -7,7 +7,6 @@ import { AnalyticsProvider } from "@/components/AnalyticsProvider";
import { ClientOnly } from "./components/ClientOnly";
import BackgroundBlobsClient from "./components/BackgroundBlobsClient";
import ChatWidget from "./components/ChatWidget";
import { StagingBanner } from "@/components/StagingBanner";
const inter = Inter({
variable: "--font-inter",
@@ -34,7 +33,6 @@ export default function RootLayout({
<AnalyticsProvider>
<ToastProvider>
<ClientOnly>
<StagingBanner />
<BackgroundBlobsClient />
</ClientOnly>
<div className="relative z-10">{children}</div>