From f12b26274c875659fd7ffc57226c1cebcfc05918 Mon Sep 17 00:00:00 2001 From: Ryan Vazquez Date: Mon, 9 Nov 2020 10:08:24 -0500 Subject: [PATCH] remove unused import --- .../src/components/ProductInsightsCard/ProductInsightsChart.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/cost-insights/src/components/ProductInsightsCard/ProductInsightsChart.tsx b/plugins/cost-insights/src/components/ProductInsightsCard/ProductInsightsChart.tsx index 489c852f26..1392b05b34 100644 --- a/plugins/cost-insights/src/components/ProductInsightsCard/ProductInsightsChart.tsx +++ b/plugins/cost-insights/src/components/ProductInsightsCard/ProductInsightsChart.tsx @@ -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';