import { RevenueReport } from '@/modules/marketplace-admin/money/RevenueReport';

export default function VatCollectedReportPage() {
  return (
    <div className="container mx-auto py-6 max-w-7xl">
      <RevenueReport
        kind="vat-collected"
        title="VAT collected"
        description="Value-added tax collected on completed collaborations across the period."
      />
    </div>
  );
}
