revert order

This commit is contained in:
Ryan Vazquez
2020-10-29 17:38:24 -04:00
parent 24b8f78d5f
commit c894503435
@@ -19,7 +19,7 @@ import { Box, useTheme } from '@material-ui/core';
import { LegendItem } from '../LegendItem';
import { CostGrowth } from '../CostGrowth';
import { currencyFormatter } from '../../utils/formatters';
import { ChangeStatistic, Duration, CostInsightsTheme } from '../../types';
import { ChangeStatistic, CostInsightsTheme, Duration } from '../../types';
export type ResourceGrowthBarChartLegendProps = {
change: ChangeStatistic;