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';