import React from 'react'; import { Card, CardContent, CardHeader, CardTitle } from '../ui/card'; import { AlertTriangle, Bell } from 'lucide-react'; import { Button } from '../ui/button'; export function AlertsWidget() { return (
Alerts
Recent notifications and warnings
Critical temperature alert
Freezer #3 exceeded limit
Stock level warning
Ingredient A low inventory
); }