mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
fix import statement
This commit is contained in:
parent
eea76221ba
commit
07d9a3b0bc
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue