From ff0dc1be98984e642b49b4255764c25c09f1cd0d Mon Sep 17 00:00:00 2001 From: Ryan Vazquez Date: Mon, 26 Oct 2020 17:46:18 -0400 Subject: [PATCH] export root as page --- plugins/cost-insights/src/components/CostInsightsPage/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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';