7f3bf93cd6
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
190 B
TypeScript
8 lines
190 B
TypeScript
'use client'
|
|
|
|
import { CatalogManagerContent } from '@/components/catalog-manager/CatalogManagerContent'
|
|
|
|
export default function CatalogManagerPage() {
|
|
return <CatalogManagerContent />
|
|
}
|