Skip to content

Commit 4140971

Browse files
committed
Fix import
1 parent bdeefac commit 4140971

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugins/lens/public/indexpattern_datasource/loader.test.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* 2.0.
66
*/
77

8-
import { HttpHandler, HttpFetchError } from 'kibana/public';
8+
import { HttpHandler } from 'kibana/public';
99
import _ from 'lodash';
1010
import {
1111
loadInitialState,
@@ -17,6 +17,7 @@ import {
1717
injectReferences,
1818
} from './loader';
1919
import { IndexPatternsContract } from '../../../../../src/plugins/data/public';
20+
import { HttpFetchError } from '../../../../../src/core/public';
2021
import {
2122
IndexPatternPersistedState,
2223
IndexPatternPrivateState,

0 commit comments

Comments
 (0)