mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
remove deep import (#112191)
This commit is contained in:
parent
bc5e6edfea
commit
97db889bb1
2 changed files with 2 additions and 4 deletions
|
@ -12,9 +12,8 @@ import {
|
|||
IndexPatternsFetcher,
|
||||
ISearchStrategy,
|
||||
SearchStrategyDependencies,
|
||||
FieldDescriptor,
|
||||
} from '../../../../../../src/plugins/data/server';
|
||||
// eslint-disable-next-line @kbn/eslint/no-restricted-paths
|
||||
import { FieldDescriptor } from '../../../../../../src/plugins/data/server/index_patterns';
|
||||
|
||||
// TODO cleanup path
|
||||
import {
|
||||
|
|
|
@ -5,8 +5,7 @@
|
|||
* 2.0.
|
||||
*/
|
||||
|
||||
// eslint-disable-next-line @kbn/eslint/no-restricted-paths
|
||||
import { FieldDescriptor } from '../../../../../../src/plugins/data/server/index_patterns';
|
||||
import { FieldDescriptor } from '../../../../../../src/plugins/data/server';
|
||||
|
||||
export const mockAuditbeatIndexField: FieldDescriptor[] = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue