diff --git a/plugins/cost-insights/src/components/CostInsightsPage/index.ts b/plugins/cost-insights/src/components/CostInsightsPage/index.ts index 07d7b76233..bf34a7dbe7 100644 --- a/plugins/cost-insights/src/components/CostInsightsPage/index.ts +++ b/plugins/cost-insights/src/components/CostInsightsPage/index.ts @@ -14,5 +14,4 @@ * limitations under the License. */ -export { CostInsightsPage } from './CostInsightsPage'; -export { CostInsightsPageRoot } from './CostInsightsPageRoot'; +export { CostInsightsPageRoot as CostInsightsPage } from './CostInsightsPageRoot';