Skip to content

Commit

Permalink
Fix import issue in metric_value
Browse files Browse the repository at this point in the history
  • Loading branch information
mariairiartef committed Feb 13, 2025
1 parent 1d2061c commit d78d804
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@

import React, { CSSProperties, useLayoutEffect } from 'react';
import { i18n } from '@kbn/i18n';
import { UseEuiTheme } from '@elastic/eui';
import { UseEuiTheme, euiTextTruncate } from '@elastic/eui';
import { css } from '@emotion/react';
import { euiTextTruncate } from '@elastic/eui';
import classNames from 'classnames';
import type { MetricOptions, MetricStyle, MetricVisParam } from '../../common/types';

Expand Down

0 comments on commit d78d804

Please sign in to comment.