import StatCard from './StatCard'; export default function StatsGrid({stats}) { return (
{stats.cards.map(card => ( ))}
); }