export all alerts

Signed-off-by: Ryan Vazquez <ryanv@spotify.com>
This commit is contained in:
Ryan Vazquez
2021-03-03 10:46:52 -05:00
parent fc0afe4c0f
commit b35c7d61ce
+1 -1
View File
@@ -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';