chore: update

This commit is contained in:
2026-03-08 20:04:53 +01:00
parent 60bf89629f
commit 78f8a787c1
2 changed files with 1 additions and 1 deletions
@@ -71,7 +71,6 @@ interface EnrichedDelivery extends DeliveryItem {
clientNom?: string;
clientPrenom?: string;
items?: Array<{ produit: string; quantite: number; prix: number }>;
referral_used?: number;
}
export default function DashboardScreen() {