Cloudwatch: remove dependency on app/core/config (#80668)

This commit is contained in:
Sarah Zinger 2024-01-18 13:02:55 -05:00 committed by GitHub
parent 5b122a25b3
commit 9e08c88a1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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