diff --git a/packages/app/src/components/catalog/EntityPage.tsx b/packages/app/src/components/catalog/EntityPage.tsx index d4a45ba60c..5950391a8d 100644 --- a/packages/app/src/components/catalog/EntityPage.tsx +++ b/packages/app/src/components/catalog/EntityPage.tsx @@ -21,7 +21,7 @@ import { Router as CloudbuildRouter, isPluginApplicableToEntity as isCloudbuildAvailable, } from '@backstage/plugin-cloudbuild'; - import { +import { Router as JenkinsRouter, isPluginApplicableToEntity as isJenkinsAvailable, LatestRunCard as JenkinsLatestRunCard,