import React from 'react'; import styles from './MetricCard.module.css'; const MetricCard = ({ value, label }) => (