fix: CatalogManagerContent ist named export, nicht default
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
'use client'
|
'use client'
|
||||||
|
|
||||||
import CatalogManagerContent from '@/components/catalog-manager/CatalogManagerContent'
|
import { CatalogManagerContent } from '@/components/catalog-manager/CatalogManagerContent'
|
||||||
|
|
||||||
export default function CatalogManagerPage() {
|
export default function CatalogManagerPage() {
|
||||||
return <CatalogManagerContent />
|
return <CatalogManagerContent />
|
||||||
|
|||||||
Reference in New Issue
Block a user