export function StatCard({ label, value, change, }: { change?: string; label: string; value: string; }) { return (
{label}
{value}
{change}