create-annotations: fix missing lodash import

This commit is contained in:
Alexander Zobnin 2017-04-17 11:37:23 +03:00
parent fa2a7db657
commit 5df82be290

View File

@ -1,4 +1,4 @@
import _ from 'lodash';
import moment from 'moment';
import {MetricsPanelCtrl} from 'app/plugins/sdk';
import {AnnotationEvent} from './event';