Remove EntitySystemDiagramCard code

Signed-off-by: Eoghan McIlwaine <eoghan@roadie.io>
This commit is contained in:
Eoghan McIlwaine
2022-01-24 16:29:24 +01:00
parent 475f192652
commit e7dd277232
2 changed files with 0 additions and 15 deletions
-1
View File
@@ -49,7 +49,6 @@ export {
EntityHasSubcomponentsCard,
EntityHasSystemsCard,
EntityLinksCard,
EntitySystemDiagramCard,
RelatedEntitiesCard,
} from './plugin';
-14
View File
@@ -177,20 +177,6 @@ export const EntityDependsOnResourcesCard = catalogPlugin.provide(
}),
);
/**
* @deprecated This component is replaced by EntityCatalogGraphCard which is imported from `@backstage/plugin-catalog-graph`. This component will be removed in an
* upcoming release
*/
export const EntitySystemDiagramCard = catalogPlugin.provide(
createComponentExtension({
name: 'EntitySystemDiagramCard',
component: {
lazy: () =>
import('./components/SystemDiagramCard').then(m => m.SystemDiagramCard),
},
}),
);
export const RelatedEntitiesCard = catalogPlugin.provide(
createComponentExtension({
name: 'RelatedEntitiesCard',