+
Dashboard
+
+ {/* KPI cards */}
+
+
+
+
+
+
+
+ {/* Activity feed */}
+
+
+
Attività recente
+
+ {activity.length === 0 ? (
+
Nessuna attività recente
+ ) : (
+
+ {activity.map((item, i) => (
+ -
+
+
{ACTIVITY_ICONS[item.type]}
+
+
{item.label}
+
{item.detail}
+
+
+ {fmt(item.timestamp)}
+
+ ))}
+
+ )}
+
+
+ );
+}
+```
+