From 7eef341921a74934040fc3413bc95938fbe4ecb9 Mon Sep 17 00:00:00 2001 From: Deepak Bhardwaj Date: Fri, 27 Aug 2021 16:26:53 +0530 Subject: [PATCH] Removed unused variable Signed-off-by: Deepak Bhardwaj --- .../components/AllureReportComponent/AllureReportComponent.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/allure/src/components/AllureReportComponent/AllureReportComponent.tsx b/plugins/allure/src/components/AllureReportComponent/AllureReportComponent.tsx index 444930a3b0..2ca3e87691 100644 --- a/plugins/allure/src/components/AllureReportComponent/AllureReportComponent.tsx +++ b/plugins/allure/src/components/AllureReportComponent/AllureReportComponent.tsx @@ -16,7 +16,6 @@ import React from 'react'; import { useApi } from '@backstage/core-plugin-api'; import { allureApiRef } from '../../api'; -import { AllureApi } from '../../api/AllureApi'; import { useEntity } from '@backstage/plugin-catalog-react'; import { ALLURE_PROJECT_ID_ANNOTATION,