remove IconLinkVertical from catalog

This commit is contained in:
Samira Mokaram
2020-12-11 17:27:53 +01:00
parent 7e6debad67
commit f9f59f9b4b
2 changed files with 1 additions and 2 deletions
@@ -15,4 +15,3 @@
*/
export { AboutCard } from './AboutCard';
export { IconLinkVertical } from './IconLinkVertical';
+1 -1
View File
@@ -15,7 +15,7 @@
*/
export * from '@backstage/catalog-client';
export { AboutCard, IconLinkVertical } from './components/AboutCard';
export { AboutCard } from './components/AboutCard';
export { EntityPageLayout } from './components/EntityPageLayout';
export { Router } from './components/Router';
export { useEntityCompoundName } from './components/useEntityCompoundName';