convert deep imports to top level imports (#112281)

This commit is contained in:
Matthew Kime 2021-09-15 11:40:42 -05:00 committed by GitHub
parent 5ba4f7115d
commit bc5e6edfea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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];