import { Widget, WidgetBody } from '@@/Widget'; interface Props { value: number; icon: string; type: string; } export function DashboardItem({ value, icon, type }: Props) { return (