import { LollipopChart as LC } from "@carbon/charts";
import type { LollipopChartOptions } from "@carbon/charts/interfaces";
import BaseChart from "./BaseChart";

export default class LollipopChart extends BaseChart<LC, LollipopChartOptions> {}
