diff --git a/plugins/catalog/src/index.ts b/plugins/catalog/src/index.ts index 886039e329..50616f5f3b 100644 --- a/plugins/catalog/src/index.ts +++ b/plugins/catalog/src/index.ts @@ -70,3 +70,5 @@ export type { HasResourcesCardProps } from './components/HasResourcesCard'; export type { HasSubcomponentsCardProps } from './components/HasSubcomponentsCard'; export type { HasSystemsCardProps } from './components/HasSystemsCard'; export type { RelatedEntitiesCardProps } from './components/RelatedEntitiesCard'; + +export { viewTechDocRouteRef } from "./routes" \ No newline at end of file