import { PricelistsIndexView } from '@/components/views/pricelists-index-view';
import type { CatalogPricelistsIndexProps } from '@/types/catalog';

export default function PricelistsIndex(props: CatalogPricelistsIndexProps) {
    return <PricelistsIndexView {...props} />;
}
