diff --git a/x-pack/plugins/ml/public/application/timeseriesexplorer/index.ts b/x-pack/plugins/ml/public/application/timeseriesexplorer/index.ts index f90778e9bf41c..af81778c6e05a 100644 --- a/x-pack/plugins/ml/public/application/timeseriesexplorer/index.ts +++ b/x-pack/plugins/ml/public/application/timeseriesexplorer/index.ts @@ -6,4 +6,3 @@ */ export { TimeSeriesExplorer } from './timeseriesexplorer'; -export { getTimeseriesExplorerStyles, getAnnotationStyles } from './styles'; diff --git a/x-pack/plugins/ml/public/shared_components/single_metric_viewer/single_metric_viewer.tsx b/x-pack/plugins/ml/public/shared_components/single_metric_viewer/single_metric_viewer.tsx index 8eea5d3d1a771..27ed864fbd012 100644 --- a/x-pack/plugins/ml/public/shared_components/single_metric_viewer/single_metric_viewer.tsx +++ b/x-pack/plugins/ml/public/shared_components/single_metric_viewer/single_metric_viewer.tsx @@ -29,7 +29,7 @@ import type { SingleMetricViewerServices, MlEntity } from '../../embeddables/typ import { getTimeseriesExplorerStyles, getAnnotationStyles, -} from '../../application/timeseriesexplorer'; +} from '../../application/timeseriesexplorer/styles'; const containerPadding = 20; const minElemAndChartDiff = 20;