1import { EventBusSrv, EventBusExtended } from '@grafana/data';
2
3export const appEvents: EventBusExtended = new EventBusSrv();
4
5export default appEvents;
6