@@ -30,8 +30,6 @@ import { mapFiltersToProps } from './selector';
|
||||
import { formatChange } from '../../utils/formatters';
|
||||
import { CostGrowth } from '../CostGrowth';
|
||||
|
||||
import { notEmpty } from '../../utils/assert';
|
||||
|
||||
type CostOverviewLegendProps = {
|
||||
metric: Maybe<Metric>;
|
||||
metricData: Maybe<MetricData>;
|
||||
|
||||
@@ -22,7 +22,6 @@ import { costFormatter, formatChange } from '../../utils/formatters';
|
||||
import { useEntityDialogStyles as useStyles } from '../../utils/styles';
|
||||
import { CostGrowthIndicator } from '../CostGrowth';
|
||||
import { BarChartOptions, ChangeStatistic, Entity } from '../../types';
|
||||
import { isUndefined } from '../../utils/assert';
|
||||
|
||||
export type ProductEntityTableOptions = Partial<
|
||||
Pick<BarChartOptions, 'previousName' | 'currentName'>
|
||||
|
||||
Reference in New Issue
Block a user