import React from 'react'; import { TrendingUp, TrendingDown } from 'lucide-react'; export default function StatCard({ title, value, change, positive, icon }) { return (
{title}
{value}