Remove unnecessary comment

pull/19/head
Jared He 9 months ago
parent dfa31a0bd7
commit 846f4549b0
  1. 1
      components/PieChart.tsx

@ -47,7 +47,6 @@ export function PieChart({ width, textPadding, ...props }: PieChartProps) {
);
}
// path, arcs, pie
type PieSlicesProps<PieChartData> = ProvidedProps<PieChartData> & {
isLabel: boolean;
};

Loading…
Cancel
Save