remove IconLinkVertical from catalog
This commit is contained in:
@@ -15,4 +15,3 @@
|
||||
*/
|
||||
|
||||
export { AboutCard } from './AboutCard';
|
||||
export { IconLinkVertical } from './IconLinkVertical';
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user