import React from 'react'; import { Card, CardContent } from '@/components/ui/card'; import { cn } from '@/lib/utils'; import { TrendingUp, TrendingDown } from 'lucide-react'; /** * Grid de KPIs compartilhada. */ export const StatsGrid = ({ stats }) => { return (
{stat.label}