From 5df82be29099be5e5fa04dca26706b04027fe86b Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Mon, 17 Apr 2017 11:37:23 +0300 Subject: [PATCH] create-annotations: fix missing lodash import --- public/app/features/annotations/event_manager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/annotations/event_manager.ts b/public/app/features/annotations/event_manager.ts index 6613c17a67a..0c88eccdddf 100644 --- a/public/app/features/annotations/event_manager.ts +++ b/public/app/features/annotations/event_manager.ts @@ -1,4 +1,4 @@ - +import _ from 'lodash'; import moment from 'moment'; import {MetricsPanelCtrl} from 'app/plugins/sdk'; import {AnnotationEvent} from './event';