diff --git a/packages/app/src/components/catalog/EntityPage.tsx b/packages/app/src/components/catalog/EntityPage.tsx
index e8b9a95fda..ed63e26e79 100644
--- a/packages/app/src/components/catalog/EntityPage.tsx
+++ b/packages/app/src/components/catalog/EntityPage.tsx
@@ -54,7 +54,7 @@ import {
LastLighthouseAuditCard,
isPluginApplicableToEntity as isLighthouseAvailable,
} from '@backstage/plugin-lighthouse/';
-import { Router as GithubPullRequestsRouter } from '@roadiehq/backstage-plugin-github-pull-requests';
+import { Router as PullRequestsRouter } from '@roadiehq/backstage-plugin-github-pull-requests';
const CICDSwitcher = ({ entity }: { entity: Entity }) => {
// This component is just an example of how you can implement your company's logic in entity page.
@@ -164,7 +164,7 @@ const ServiceEntityPage = ({ entity }: { entity: Entity }) => (
}
+ element={}
/>
);
@@ -204,7 +204,7 @@ const WebsiteEntityPage = ({ entity }: { entity: Entity }) => (
}
+ element={}
/>
);