Skip to content

Commit

Permalink
convert deep imports to top level imports (#112281)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime authored Sep 15, 2021
1 parent 5ba4f71 commit bc5e6ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down

0 comments on commit bc5e6ed

Please sign in to comment.