Skip to content

Commit

Permalink
increased bundle size fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrtj committed Oct 10, 2024
1 parent 0d5af5f commit 42b6ff4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
*/

export { TimeSeriesExplorer } from './timeseriesexplorer';
export { getTimeseriesExplorerStyles, getAnnotationStyles } from './styles';
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 42b6ff4

Please sign in to comment.