mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -06:00
9 lines
140 B
TypeScript
9 lines
140 B
TypeScript
|
|
||
|
import {AnnotationsSrv} from './annotations_srv';
|
||
|
import {eventEditor} from './event_editor';
|
||
|
|
||
|
export {
|
||
|
AnnotationsSrv,
|
||
|
eventEditor
|
||
|
};
|