cleanup: Remove duplicate cookie-banner route, redirect to /sdk/cookie-banner

- Deleted 6 unused components from /sdk/einwilligungen/cookie-banner/_components/
- Replaced page.tsx with Next.js redirect() to /sdk/cookie-banner
- Updated EinwilligungenNavTabs link to /sdk/cookie-banner
- Updated catalog page link to /sdk/cookie-banner
- Single source of truth: /sdk/cookie-banner (Step in "Rechtliche Texte")

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-05-03 07:47:45 +02:00
parent 4a8565f5b0
commit 340fd27a1a
9 changed files with 5 additions and 673 deletions
@@ -35,7 +35,7 @@ const EINWILLIGUNGEN_TABS = [
{
id: 'cookie-banner',
label: 'Cookie-Banner',
href: '/sdk/einwilligungen/cookie-banner',
href: '/sdk/cookie-banner',
icon: Cookie,
description: 'Cookie-Consent konfigurieren',
},