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 (
Heat Map Chart(Single Color) Heatmap - Multiple Colors Rounded(range without shades)
); }; export default HeatMapChartPage;