'use client' import type { ConsentStats } from '../_types' export function StatsTab({ consentStats }: { consentStats: ConsentStats }) { return (