Remove unnecessary comment

This commit is contained in:
Jared He 2022-06-18 22:51:19 -04:00
parent dfa31a0bd7
commit 846f4549b0
1 changed files with 0 additions and 1 deletions

View File

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