mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
convert deep imports to top level imports (#112281)
This commit is contained in:
parent
5ba4f7115d
commit
bc5e6edfea
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
import { estypes } from '@elastic/elasticsearch';
|
||||
import { RUNTIME_FIELD_TYPES } from '../../../../../src/plugins/data/common/index_patterns';
|
||||
import { RUNTIME_FIELD_TYPES } from '../../../../../src/plugins/data/common';
|
||||
|
||||
type RuntimeType = typeof RUNTIME_FIELD_TYPES[number];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue