Chore: Remove unused import (#102064)

remove unused import
pull/102220/head
Adela Almasan 4 months ago committed by GitHub
parent e199d67e66
commit c8197ddb62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/grafana-ui/src/components/Table/TableNG/Cells/BarGaugeCell.tsx

@ -1,5 +1,3 @@
import { isFunction } from 'lodash';
import { ThresholdsConfig, ThresholdsMode, VizOrientation, getFieldConfigWithMinMax } from '@grafana/data';
import { BarGaugeDisplayMode, BarGaugeValueMode, TableCellDisplayMode } from '@grafana/schema';

Loading…
Cancel
Save