grafana/public/app/features/annotations/all.ts

9 lines
140 B
TypeScript
Raw Normal View History

2017-04-14 03:18:49 -05:00
import {AnnotationsSrv} from './annotations_srv';
import {eventEditor} from './event_editor';
export {
AnnotationsSrv,
eventEditor
};