From 3373cc3e5e2451641054889efacdd44ead01ffcb Mon Sep 17 00:00:00 2001 From: sblausten Date: Thu, 22 Dec 2022 11:45:59 +0100 Subject: [PATCH] remove duplicate exports Signed-off-by: sblausten --- plugins/explore/src/components/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/explore/src/components/index.ts b/plugins/explore/src/components/index.ts index 315bd1732a..96175770fa 100644 --- a/plugins/explore/src/components/index.ts +++ b/plugins/explore/src/components/index.ts @@ -14,8 +14,5 @@ * limitations under the License. */ -export * from './EntityExplorerContent'; -export * from './GroupsExplorerContent'; -export * from './DefaultExplorePage'; export * from './ExploreLayout'; export * from './ToolSearchResultListItem';