Anomaly heatmap
import { AnomalyHeatmap } from "@/components/ui/anomaly-heatmap"; export default function DemoOne() { return <AnomalyHeatmap />; }