import { TreemapChart as TC } from "@carbon/charts";
import type { TreemapChartOptions } from "@carbon/charts/interfaces";
import BaseChart from "./BaseChart";

export default class TreemapChart extends BaseChart<TC, TreemapChartOptions> {}
