From 504c705881a2ea084c995287cf4407a0a7232942 Mon Sep 17 00:00:00 2001 From: Jean Date: Fri, 28 Jun 2024 11:28:03 +0200 Subject: [PATCH] forgot to remove import of ComputedDatum and RadarSvgProps in RadarGrid --- packages/radar/src/RadarGrid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/radar/src/RadarGrid.tsx b/packages/radar/src/RadarGrid.tsx index b3a8c490c6..c814cc4bf1 100644 --- a/packages/radar/src/RadarGrid.tsx +++ b/packages/radar/src/RadarGrid.tsx @@ -2,7 +2,7 @@ import { SVGProps, useMemo } from 'react' import { positionFromAngle, useTheme } from '@nivo/core' import { RadarGridLabels } from './RadarGridLabels' import { RadarGridLevels } from './RadarGridLevels' -import { ComputedDatum, GridLabelComponent, RadarCommonProps, RadarSvgProps } from './types' +import { GridLabelComponent, RadarCommonProps } from './types' interface RadarGridProps> { indices: string[]