import React from 'react'; import { Card, CardContent, CardHeader, CardTitle } from '../ui/card'; import { CheckCircle2 } from 'lucide-react'; export function TasksWidget() { return (
Tasks
6 pending
Pending and assigned tasks
Inventory check
Main warehouse
Today
Supplier review
Quality assessment
Tomorrow
Sensor calibration
Production line #2
Next week
); }