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

export default function PlatformRevenueReportPage() {
  return (
    <div className="container mx-auto py-6 max-w-7xl">
      <RevenueReport
        kind="platform-revenue"
        title="Platform revenue"
        description="Sanad's earnings from completed collaborations across the period."
      />
    </div>
  );
}
