remove unused import

This commit is contained in:
Ryan Vazquez
2020-11-09 10:08:24 -05:00
parent 3be3868e0d
commit f12b26274c
@@ -22,7 +22,6 @@ import {
} from 'recharts';
import { Box, Typography } from '@material-ui/core';
import { default as FullScreenIcon } from '@material-ui/icons/Fullscreen';
import { useLastCompleteBillingDate } from '../../hooks';
import { LegendItem } from '../LegendItem';
import { ProductEntityDialog } from './ProductEntityDialog';
import { CostGrowth, CostGrowthIndicator } from '../CostGrowth';