import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; import BasicHeatMap from "./basic-heatmap"; import MultipleColorsHeatMap from "./mulitple-colors-heatmap"; import RoundedHeatMap from "./rounded-heatmap"; const HeatMapChartPage = () => { return (