grafana/public/app/features/annotations/all.ts
2017-04-14 10:18:49 +02:00

9 lines
140 B
TypeScript

import {AnnotationsSrv} from './annotations_srv';
import {eventEditor} from './event_editor';
export {
AnnotationsSrv,
eventEditor
};