mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Cloudwatch: remove dependency on app/core/config (#80668)
This commit is contained in:
parent
5b122a25b3
commit
9e08c88a1c
@ -11,10 +11,9 @@ import {
|
||||
DataSourceTestFailed,
|
||||
} from '@grafana/data';
|
||||
import { ConfigSection } from '@grafana/experimental';
|
||||
import { getAppEvents, usePluginInteractionReporter } from '@grafana/runtime';
|
||||
import { getAppEvents, usePluginInteractionReporter, config } from '@grafana/runtime';
|
||||
import { Input, InlineField, FieldProps, SecureSocksProxySettings, Field, Divider } from '@grafana/ui';
|
||||
import { notifyApp } from 'app/core/actions';
|
||||
import { config } from 'app/core/config';
|
||||
import { createWarningNotification } from 'app/core/copy/appNotification';
|
||||
import { getDatasourceSrv } from 'app/features/plugins/datasource_srv';
|
||||
import { store } from 'app/store/store';
|
||||
|
Loading…
Reference in New Issue
Block a user