Skip to content

Commit

Permalink
fix type import
Browse files Browse the repository at this point in the history
  • Loading branch information
sphilipse committed Jul 30, 2024
1 parent cfbd63f commit 841e878
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ import {
HorizontalAlignment,
} from '@elastic/eui';
import { InferenceAPIConfigResponse } from '@kbn/ml-trained-models-utils';
import { TaskTypes } from '../../../common/types';
import * as i18n from '../../../common/translations';

import { useTableData } from '../../hooks/use_table_data';
import { FilterOptions, InferenceEndpointUI, ServiceProviderKeys, TaskTypes } from './types';
import { FilterOptions, InferenceEndpointUI, ServiceProviderKeys } from './types';

import { DeploymentStatusEnum } from './types';

Expand Down

0 comments on commit 841e878

Please sign in to comment.