diff --git a/packages/app/src/components/catalog/EntityPage.tsx b/packages/app/src/components/catalog/EntityPage.tsx
index ba0eacf97e..5f0f22183f 100644
--- a/packages/app/src/components/catalog/EntityPage.tsx
+++ b/packages/app/src/components/catalog/EntityPage.tsx
@@ -108,27 +108,8 @@ import { EntityTodoContent } from '@backstage/plugin-todo';
import { Button, Grid } from '@material-ui/core';
import BadgeIcon from '@material-ui/icons/CallToAction';
-import {
- EntityGithubInsightsContent,
- EntityGithubInsightsLanguagesCard,
- EntityGithubInsightsReadmeCard,
- EntityGithubInsightsReleasesCard,
- isGithubInsightsAvailable,
-} from '@roadiehq/backstage-plugin-github-insights';
-import {
- EntityGithubPullRequestsContent,
- EntityGithubPullRequestsOverviewCard,
- isGithubPullRequestsAvailable,
-} from '@roadiehq/backstage-plugin-github-pull-requests';
-import {
- EntityTravisCIContent,
- EntityTravisCIOverviewCard,
- isTravisciAvailable,
-} from '@roadiehq/backstage-plugin-travis-ci';
-import {
- EntityBuildkiteContent,
- isBuildkiteAvailable,
-} from '@roadiehq/backstage-plugin-buildkite';
+import { EntityGithubInsightsContent } from '@roadiehq/backstage-plugin-github-insights';
+import { EntityGithubPullRequestsContent } from '@roadiehq/backstage-plugin-github-pull-requests';
import {
isNewRelicDashboardAvailable,
EntityNewRelicDashboardContent,
@@ -179,10 +160,6 @@ export const cicdContent = (
-
-
-
-
@@ -191,10 +168,6 @@ export const cicdContent = (
-
-
-
-
@@ -234,12 +207,6 @@ const cicdCard = (
-
-
-
-
-
-
@@ -325,18 +292,6 @@ const overviewContent = (
{cicdCard}
-
- Boolean(isGithubInsightsAvailable(e))}>
-
-
-
-
-
-
-
-
-
-
@@ -345,14 +300,6 @@ const overviewContent = (
-
- Boolean(isGithubPullRequestsAvailable(e))}>
-
-
-
-
-
-