| import React from 'react'; | |
| export const MetricCard = ({ title, value, icon: Icon, color, description }) => { | |
| // ... [component code remains the same] | |
| }; |
| import React from 'react'; | |
| export const MetricCard = ({ title, value, icon: Icon, color, description }) => { | |
| // ... [component code remains the same] | |
| }; |