From 4c46c8e9f9b10fb658594120dc4e08381921e9f3 Mon Sep 17 00:00:00 2001 From: Matteo Barone Date: Thu, 17 Jun 2021 17:33:30 +0200 Subject: [PATCH] removed exported EntityRow type after rebase from master Signed-off-by: Matteo Barone --- plugins/catalog/src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/catalog/src/index.ts b/plugins/catalog/src/index.ts index 249d636551..3d5f932896 100644 --- a/plugins/catalog/src/index.ts +++ b/plugins/catalog/src/index.ts @@ -41,6 +41,5 @@ export { EntityLinksCard, EntitySystemDiagramCard, } from './plugin'; -export type { EntityRow } from './components/CatalogTable/types'; export * from './components/CatalogTable/columns'; export * from './components/CatalogTable/actions';