fix import statement

This commit is contained in:
spalger 2017-05-18 21:41:46 -07:00
parent eea76221ba
commit 07d9a3b0bc

View file

@ -2,7 +2,7 @@ import $ from 'jquery';
import ngMock from 'ng_mock';
import expect from 'expect.js';
import { VisProvider } from 'ui/vis';
import VisProvider from 'ui/vis';
import LogstashIndexPatternStubProvider from 'fixtures/stubbed_logstash_index_pattern';
import MetricVisProvider from '../metric_vis';