import React from 'react';
import { Calendar as CalendarIcon, Clock } from 'lucide-react';
import { Progress } from '../ui/progress';
export function RightPanel() {
return (
{/* System Status */}
System Status
Operations Status
● Normal
{/* Upcoming Events */}
Upcoming Events
Quarterly Review
Dec 5, 2025 | 10:00 AM
Supplier Meeting
Nov 30, 2025 | 2:30 PM
{/* Recent Activities */}
Recent Activities
{/* Vertical Line */}
David Wilson updated sensor configuration
45 minutes ago
System generated monthly reports
2 hours ago
Sarah Chen added new products
3 hours ago
);
}