diff --git a/packages/grafana-ui/src/components/RadialGauge/RadialGauge.tsx b/packages/grafana-ui/src/components/RadialGauge/RadialGauge.tsx index 0e28b8ff6af..6fb32b1ff08 100644 --- a/packages/grafana-ui/src/components/RadialGauge/RadialGauge.tsx +++ b/packages/grafana-ui/src/components/RadialGauge/RadialGauge.tsx @@ -5,7 +5,6 @@ import { useId } from 'react'; import { DisplayValueAlignmentFactors, FieldDisplay, - FieldType, getDisplayProcessor, GrafanaTheme2, TimeRange,