import React from 'react'; import '../index.css'; const KPICard = ({ title, value, subtitle, color }) => { return (
{title}
{subtitle}