mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Refactor: move more files to @grafana/data (#17972)
This commit is contained in:
@@ -3,13 +3,12 @@ import {
|
||||
PanelEditorProps,
|
||||
PanelOptionsGrid,
|
||||
ValueMappingsEditor,
|
||||
ValueMapping,
|
||||
FieldDisplayEditor,
|
||||
FieldDisplayOptions,
|
||||
FieldPropertiesEditor,
|
||||
PanelOptionsGroup,
|
||||
} from '@grafana/ui';
|
||||
import { Field } from '@grafana/data';
|
||||
import { ValueMapping, Field } from '@grafana/data';
|
||||
|
||||
import { PieChartOptionsBox } from './PieChartOptionsBox';
|
||||
import { PieChartOptions } from './types';
|
||||
|
||||
Reference in New Issue
Block a user