From fe81e32a4cd9263fe83433f40c3bc75f9d299ed2 Mon Sep 17 00:00:00 2001 From: Brian Fletcher Date: Thu, 12 Jan 2023 13:14:55 +0000 Subject: [PATCH] remove unused export Signed-off-by: Brian Fletcher --- .../src/components/EntityLabelsCard/EntityLabelsEmptyState.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/catalog/src/components/EntityLabelsCard/EntityLabelsEmptyState.tsx b/plugins/catalog/src/components/EntityLabelsCard/EntityLabelsEmptyState.tsx index a0d78acb11..e702d0dfda 100644 --- a/plugins/catalog/src/components/EntityLabelsCard/EntityLabelsEmptyState.tsx +++ b/plugins/catalog/src/components/EntityLabelsCard/EntityLabelsEmptyState.tsx @@ -24,7 +24,6 @@ const ENTITY_YAML = `metadata: labels: javaVersion: 1.2.3`; /** @public */ -export type EntityLabelsEmptyStateClassKey = 'code'; const useStyles = makeStyles( theme => ({