fix(sdk): Remove catalog-manager from SDK (only accessible via /dashboard)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-02-10 12:54:25 +01:00
parent 50ea4fc44f
commit 8ef30e2a76

View File

@@ -1,7 +0,0 @@
'use client'
import { CatalogManagerContent } from '@/components/catalog-manager/CatalogManagerContent'
export default function CatalogManagerPage() {
return <CatalogManagerContent />
}