From a651c48edd050ca1c3554b2a306376fe0b359071 Mon Sep 17 00:00:00 2001 From: sblausten Date: Wed, 21 Dec 2022 19:19:27 +0100 Subject: [PATCH] Fix export and typo Signed-off-by: sblausten --- .changeset/itchy-kiwis-unite.md | 2 +- plugins/explore/src/components/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/itchy-kiwis-unite.md b/.changeset/itchy-kiwis-unite.md index 5fe13d9339..e0bee850eb 100644 --- a/.changeset/itchy-kiwis-unite.md +++ b/.changeset/itchy-kiwis-unite.md @@ -2,4 +2,4 @@ '@backstage/plugin-explore': minor --- -Extracted generic EntityExplorerContent component so that is is easy to show any component kinds in their own tab in the Explore page. +Extracted generic EntityExplorerContent component so that it is easy to show any component kinds in their own tab in the Explore page. diff --git a/plugins/explore/src/components/index.ts b/plugins/explore/src/components/index.ts index d3af1b99c2..4cee9f7143 100644 --- a/plugins/explore/src/components/index.ts +++ b/plugins/explore/src/components/index.ts @@ -14,6 +14,6 @@ * limitations under the License. */ -export * from './DomainCard'; +export * from './EntityExplorerContent'; export * from './ExploreLayout'; export * from './ToolSearchResultListItem';