Components
Loading preview...
Anomaly heatmap
npx shadcn@latest add https://21st.dev/r/aghasisahakyan1/anomaly-heatmapimport { AnomalyHeatmap } from "@/components/ui/anomaly-heatmap";
export default function DemoOne() {
return <AnomalyHeatmap />;
}