mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
AppEvents: export appEvents in @grafana/runtime and support copy panel (#40715)
This commit is contained in:
@@ -16,7 +16,7 @@ import { AnnotationsWorker } from './AnnotationsWorker';
|
||||
import { getAnnotationsByPanelId } from './utils';
|
||||
import { DashboardModel } from '../../../dashboard/state';
|
||||
import { getTimeSrv, TimeSrv } from '../../../dashboard/services/TimeSrv';
|
||||
import { RefreshEvent } from '../../../../types/events';
|
||||
import { RefreshEvent } from '@grafana/runtime';
|
||||
import { config } from 'app/core/config';
|
||||
import { UnifiedAlertStatesWorker } from './UnifiedAlertStatesWorker';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user