export public components from root index
Signed-off-by: Ryan Vazquez <ryanv@spotify.com>
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user