mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 15:53:09 +00:00
3 lines
120 B
TypeScript
3 lines
120 B
TypeScript
import * as CoreEvents from './events';
|
|
import * as PanelEvents from './panelEvents';
|
|
export { CoreEvents, PanelEvents } |