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 9415dd5
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
*/

import React, { CSSProperties, useLayoutEffect } from 'react';
import classNames from 'classnames';
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';

interface MetricVisValueProps {
Expand Down

0 comments on commit 9415dd5

Please sign in to comment.