Displays real-time or simulated system/service status with incident history.
Loading preview...
import SystemStatusBlock from "@/components/ui/system-status-block"; export default function DemoOne() { return <SystemStatusBlock />; }