feat: App-Versionierung + Cookie-Consent Banner
This commit is contained in:
@@ -4,6 +4,7 @@ import './globals.css'
|
||||
import { Toaster } from '@/components/ui/toaster'
|
||||
import { AuthProvider } from '@/components/providers/auth-provider'
|
||||
import { ServiceWorkerRegister } from '@/components/providers/sw-register'
|
||||
import { CookieConsent } from '@/components/ui/cookie-consent'
|
||||
|
||||
const inter = Inter({
|
||||
subsets: ['latin'],
|
||||
@@ -109,6 +110,7 @@ export default function RootLayout({
|
||||
<ServiceWorkerRegister />
|
||||
{children}
|
||||
<Toaster />
|
||||
<CookieConsent />
|
||||
</AuthProvider>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user