removed exported EntityRow type after rebase from master

Signed-off-by: Matteo Barone <matteo.barone@klarna.com>
This commit is contained in:
Matteo Barone
2021-06-17 17:33:30 +02:00
parent 3d7b1c9f04
commit 4c46c8e9f9
-1
View File
@@ -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';