From 7491ee2170c30a4d26f169d941295e353a262631 Mon Sep 17 00:00:00 2001 From: Ryan Vazquez Date: Sat, 24 Oct 2020 19:15:07 -0400 Subject: [PATCH] export cost growth --- plugins/cost-insights/src/components/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/cost-insights/src/components/index.ts b/plugins/cost-insights/src/components/index.ts index 6ba17f22fc..ba04830218 100644 --- a/plugins/cost-insights/src/components/index.ts +++ b/plugins/cost-insights/src/components/index.ts @@ -15,5 +15,6 @@ */ export { default as BarChart } from './BarChart'; +export { default as CostGrowth } from './CostGrowth'; export { default as LegendItem } from './LegendItem'; export * from './Tooltip';