Skip to content

Commit

Permalink
move @ts-expect-error moved by fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed May 20, 2022
1 parent c6dee6d commit d68b107
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import type {
TopLeftBottomRightGeoBounds,
} from '@elastic/elasticsearch/lib/api/typesWithBodyKey';

// @ts-expect-error
import { i18n } from '@kbn/i18n';
// @ts-expect-error
import { UpdateSourceEditor } from './update_source_editor';
import { SOURCE_TYPES, VECTOR_SHAPE_TYPE } from '../../../../common/constants';
import { getDataSourceLabel, getDataViewLabel } from '../../../../common/i18n_getters';
Expand Down

0 comments on commit d68b107

Please sign in to comment.