mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 06:06:33 +08:00
GrafanaUI: Move Box out of unstable and into GrafanaUI (#77080)
This commit is contained in:
@ -4,8 +4,7 @@ import { connect, ConnectedProps } from 'react-redux';
|
||||
import { DataSourceInstanceSettings, getDataSourceRef, LoadingState, SelectableValue } from '@grafana/data';
|
||||
import { selectors } from '@grafana/e2e-selectors';
|
||||
import { getTemplateSrv } from '@grafana/runtime';
|
||||
import { Field, Text } from '@grafana/ui';
|
||||
import { Box } from '@grafana/ui/src/unstable';
|
||||
import { Field, Text, Box } from '@grafana/ui';
|
||||
import { DataSourcePicker } from 'app/features/datasources/components/picker/DataSourcePicker';
|
||||
|
||||
import { StoreState } from '../../../types';
|
||||
|
Reference in New Issue
Block a user