diff --git a/plugins/cost-insights/src/index.ts b/plugins/cost-insights/src/index.ts index 427e6f062d..b0b82eca5b 100644 --- a/plugins/cost-insights/src/index.ts +++ b/plugins/cost-insights/src/index.ts @@ -21,9 +21,9 @@ export { CostInsightsProjectGrowthInstructionsPage, CostInsightsLabelDataflowInstructionsPage, } from './plugin'; -export { ProjectGrowthAlert, UnlabeledDataflowAlert } from './alerts'; export { ExampleCostInsightsClient } from './example'; export { BarChart, LegendItem, CostGrowth } from './components'; export * from './api'; +export * from './alerts'; export * from './types'; export * from './testUtils';