/** * The catalog graph visualizes the relations between entities, like ownership, * grouping or API relationships. * * @packageDocumentation */ export * from './components'; export { CatalogGraphPage, EntityCatalogGraphCard } from './extensions'; export { catalogGraphPlugin } from './plugin'; export { catalogGraphRouteRef } from './routes';