Skip to content

Commit 7568a61

Browse files
committed
Removes stray code
1 parent 53fb082 commit 7568a61

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/web-docs/src/app/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from "react"
22
import type { Metadata } from "next"
33
import { Inter } from "next/font/google"
4-
import { CookieConsent } from "@/components/CookieConsent"
54

65
import "./globals.css"
76

@@ -17,7 +16,6 @@ export default function RootLayout({ children }: { children: React.ReactNode })
1716
<html lang="en" suppressHydrationWarning>
1817
<body className={inter.className}>
1918
<div className="min-h-screen bg-background">{children}</div>
20-
<CookieConsent />
2119
</body>
2220
</html>
2321
)

0 commit comments

Comments
 (0)