import { CountUp } from './CountUp.jsx'; export function StatCard({ value, label }) { return (
{label}
); }