From 0cd7081d8da99f088c1dd76ad786dfc046b1e0c0 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Thu, 11 Feb 2021 20:35:57 -0500 Subject: [PATCH] Add export Signed-off-by: Adam Harvey --- plugins/catalog/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/catalog/src/index.ts b/plugins/catalog/src/index.ts index 800c5c4693..72e33defe7 100644 --- a/plugins/catalog/src/index.ts +++ b/plugins/catalog/src/index.ts @@ -17,6 +17,7 @@ export { AboutCard } from './components/AboutCard'; export { EntityLayout } from './components/EntityLayout'; export { EntityPageLayout } from './components/EntityPageLayout'; +export { SystemDiagram } from './components/SystemDiagram'; export * from './components/EntitySwitch'; export { Router } from './components/Router'; export {