diff --git a/plugins/catalog/src/index.ts b/plugins/catalog/src/index.ts index 50616f5f3b..63b22cec45 100644 --- a/plugins/catalog/src/index.ts +++ b/plugins/catalog/src/index.ts @@ -71,4 +71,4 @@ export type { HasSubcomponentsCardProps } from './components/HasSubcomponentsCar export type { HasSystemsCardProps } from './components/HasSystemsCard'; export type { RelatedEntitiesCardProps } from './components/RelatedEntitiesCard'; -export { viewTechDocRouteRef } from "./routes" \ No newline at end of file +export { viewTechDocRouteRef } from './routes';