import { MetricCard } from '@/components/card/MetricCard'; import { OVERVIEW_STATS } from '../constants/performance'; export function OverviewStatsSection() { return (
{OVERVIEW_STATS.map((stat) => ( ))}
); }