Skip to content

Commit

Permalink
[ML] Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
peteharverson committed Aug 9, 2019
1 parent b0b7af0 commit b688254
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* you may not use this file except in compliance with the Elastic License.
*/

// @ts-ignore
import { ML_BREADCRUMB } from '../breadcrumbs';

export function getDataVisualizerBreadcrumbs() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { i18n } from '@kbn/i18n';

import { EuiSelect } from '@elastic/eui';

import { ML_JOB_FIELD_TYPES } from '../../../../common/constants/field_types';
import { ML_JOB_FIELD_TYPES } from '../../../../../common/constants/field_types';

interface Props {
fieldTypes: ML_JOB_FIELD_TYPES[];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { i18n } from '@kbn/i18n';

import { toastNotifications } from 'ui/notify';

import { ML_JOB_FIELD_TYPES } from '../../../../common/constants/field_types';
import { ML_JOB_FIELD_TYPES } from '../../../../../common/constants/field_types';
import { FieldDataCard } from '../field_data_card';
import { FieldTypesSelect } from '../field_types_select';
import { FieldVisConfig } from '../../common';
Expand Down

0 comments on commit b688254

Please sign in to comment.