mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
fix import statement
This commit is contained in:
parent
f85570d506
commit
1cceeae9ce
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import sinon from 'sinon';
|
|||
import expect from 'expect.js';
|
||||
import { escape } from 'lodash';
|
||||
|
||||
import { IndexPatternsFieldFormatContentTypesProvider } from '../content_types';
|
||||
import IndexPatternsFieldFormatContentTypesProvider from '../content_types';
|
||||
|
||||
describe('index_patterns/_field_format/content_types', () => {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue