We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53fb082 commit 7568a61Copy full SHA for 7568a61
apps/web-docs/src/app/layout.tsx
@@ -1,7 +1,6 @@
1
import React from "react"
2
import type { Metadata } from "next"
3
import { Inter } from "next/font/google"
4
-import { CookieConsent } from "@/components/CookieConsent"
5
6
import "./globals.css"
7
@@ -17,7 +16,6 @@ export default function RootLayout({ children }: { children: React.ReactNode })
17
16
<html lang="en" suppressHydrationWarning>
18
<body className={inter.className}>
19
<div className="min-h-screen bg-background">{children}</div>
20
- <CookieConsent />
21
</body>
22
</html>
23
)
0 commit comments