GrafanaUI: Move Box out of unstable and into GrafanaUI (#77080)

This commit is contained in:
Joao Silva
2023-10-26 13:46:11 +01:00
committed by GitHub
parent db40c90eed
commit f183e68b1c
10 changed files with 31 additions and 19 deletions

View File

@ -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';