Skip to content

Commit

Permalink
type import change
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed May 21, 2024
1 parent 9962621 commit 1aaa89f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import React, { useEffect, useState, useMemo } from 'react';
import { METRIC_TYPE, UiCounterMetricType } from '@kbn/analytics';
import { type EmbeddablePatternAnalysisInput } from '@kbn/aiops-log-pattern-analysis/embeddable';
import { pick } from 'lodash';
import { LogCategorizationEmbeddableProps } from '@kbn/aiops-plugin/public/components/log_categorization/log_categorization_for_embeddable/log_categorization_for_embeddable';
import type { LogCategorizationEmbeddableProps } from '@kbn/aiops-plugin/public/components/log_categorization/log_categorization_for_embeddable/log_categorization_for_embeddable';
import { useDiscoverServices } from '../../../../hooks/use_discover_services';
import { DiscoverStateContainer } from '../../state_management/discover_state';
import type { DiscoverStateContainer } from '../../state_management/discover_state';
import { PATTERN_ANALYSIS_LOADED } from './constants';

export type PatternAnalysisTableProps = EmbeddablePatternAnalysisInput & {
Expand Down

0 comments on commit 1aaa89f

Please sign in to comment.