'use client' import type { Stats } from '../types' interface StatsOverviewProps { stats: Stats | null } export function StatsOverview({ stats }: StatsOverviewProps) { return (