diff --git a/packages/app/src/components/catalog/EntityPage.tsx b/packages/app/src/components/catalog/EntityPage.tsx
index 601134362d..fc3719e425 100644
--- a/packages/app/src/components/catalog/EntityPage.tsx
+++ b/packages/app/src/components/catalog/EntityPage.tsx
@@ -28,6 +28,8 @@ import {
import { EntityBadgesDialog } from '@backstage/plugin-badges';
import {
EntityAboutCard,
+ EntityDependsOnComponentsCard,
+ EntityDependsOnResourcesCard,
EntityHasComponentsCard,
EntityHasSubcomponentsCard,
EntityHasSystemsCard,
@@ -37,6 +39,7 @@ import {
EntitySwitch,
isComponentType,
isKind,
+ EntityHasResourcesCard,
} from '@backstage/plugin-catalog';
import {
EntityCircleCIContent,
@@ -288,6 +291,17 @@ const serviceEntityPage = (
+
+
+
+
+
+
+
+
+
+
+
@@ -336,6 +350,17 @@ const websiteEntityPage = (
{errorsContent}
+
+
+
+
+
+
+
+
+
+
+
@@ -466,6 +491,9 @@ const systemPage = (
+
+
+