diff --git a/plugins/explore/src/components/index.ts b/plugins/explore/src/components/index.ts index 4cee9f7143..315bd1732a 100644 --- a/plugins/explore/src/components/index.ts +++ b/plugins/explore/src/components/index.ts @@ -15,5 +15,7 @@ */ export * from './EntityExplorerContent'; +export * from './GroupsExplorerContent'; +export * from './DefaultExplorePage'; export * from './ExploreLayout'; export * from './ToolSearchResultListItem';