From 0ce995c16d8361f9297e1ba5bb7321f1dff833de Mon Sep 17 00:00:00 2001 From: Christian Marker / Intility AS Date: Wed, 14 Sep 2022 22:14:11 +0200 Subject: [PATCH] style: fix forgotten prettify Signed-off-by: Christian Marker / Intility AS --- plugins/catalog/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';