Skip to content

Commit cde6066

Browse files
Added: [DI-28776] - Update import
1 parent ba33063 commit cde6066

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/manager/src/features/CloudPulse/Widget/components/CloudPulseLineGraph.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ import { Box, useMediaQuery, useTheme } from '@mui/material';
44
import * as React from 'react';
55

66
import { AreaChart } from 'src/components/AreaChart/AreaChart';
7-
import { humanizeLargeData } from 'src/components/AreaChart/utils';
87
import { useFlags } from 'src/hooks/useFlags';
98

9+
import { humanizeLargeData } from '../../Utils/utils';
10+
1011
import type { AreaChartProps } from 'src/components/AreaChart/AreaChart';
1112

1213
export interface CloudPulseLineGraph extends AreaChartProps {

0 commit comments

Comments
 (0)