We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdeefac commit 4140971Copy full SHA for 4140971
x-pack/plugins/lens/public/indexpattern_datasource/loader.test.ts
@@ -5,7 +5,7 @@
5
* 2.0.
6
*/
7
8
-import { HttpHandler, HttpFetchError } from 'kibana/public';
+import { HttpHandler } from 'kibana/public';
9
import _ from 'lodash';
10
import {
11
loadInitialState,
@@ -17,6 +17,7 @@ import {
17
injectReferences,
18
} from './loader';
19
import { IndexPatternsContract } from '../../../../../src/plugins/data/public';
20
+import { HttpFetchError } from '../../../../../src/core/public';
21
22
IndexPatternPersistedState,
23
IndexPatternPrivateState,
0 commit comments