tripnomics_7.5.5/public/app/core/app_events.ts
venbatechnologies@gmail.com 91fce5c4bf Initial commit
2021-07-05 13:49:40 +05:30

6 lines
153 B
TypeScript

import { EventBusSrv, EventBusExtended } from '@grafana/data';
export const appEvents: EventBusExtended = new EventBusSrv();
export default appEvents;