import { StructureView } from '@/components/views/structure-view';
import type { CatalogStructureIndexProps } from '@/types/catalog';

export default function StructureIndex(props: CatalogStructureIndexProps) {
    return <StructureView {...props} />;
}
