Skip to content

Commit

Permalink
forgot to remove import of ComputedDatum and RadarSvgProps in RadarGrid
Browse files Browse the repository at this point in the history
  • Loading branch information
Nino3103 committed Jun 28, 2024
1 parent 8f23728 commit 504c705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/radar/src/RadarGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<D extends Record<string, unknown>> {
indices: string[]
Expand Down

0 comments on commit 504c705

Please sign in to comment.