export public components from root index

Signed-off-by: Ryan Vazquez <ryanv@spotify.com>
This commit is contained in:
Ryan Vazquez
2021-03-03 10:44:38 -05:00
parent 685f8a5964
commit fc0afe4c0f
2 changed files with 23 additions and 1 deletions
@@ -14,6 +14,28 @@
* limitations under the License.
*/
export * from './ActionItems';
export * from './AlertInsights';
export * from './AlertInstructionsLayout';
export * from './BarChart';
export * from './CopyUrlToClipboard';
export * from './CostGrowth';
export * from './CostInsightsHeader';
export * from './CostInsightsLayout';
export * from './CostInsightsNavigation';
export * from './CostInsightsPage';
export * from './CostInsightsSupportButton';
export * from './CostInsightsTabs';
export * from './CostOverviewCard';
export * from './CurrencySelect';
export * from './LabelDataflowInstructionsPage';
export * from './LegendItem';
export * from './MetricSelect';
export * from './PeriodSelect';
export * from './ProductInsights';
export * from './ProductInsightsCard';
export * from './ProjectGrowthAlertCard';
export * from './ProjectGrowthInstructionsPage';
export * from './ProjectSelect';
export * from './UnlabeledDataflowAlertCard';
export * from './WhyCostsMatter';
+1 -1
View File
@@ -23,7 +23,7 @@ export {
} from './plugin';
export { ProjectGrowthAlert, UnlabeledDataflowAlert } from './alerts';
export { ExampleCostInsightsClient } from './example';
export { BarChart, LegendItem, CostGrowth } from './components';
export * from './api';
export * from './components';
export * from './types';
export * from './testUtils';