Fix export and typo

Signed-off-by: sblausten <sam@roadie.io>
This commit is contained in:
sblausten
2022-12-21 19:19:27 +01:00
parent 8465e989a6
commit a651c48edd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -14,6 +14,6 @@
* limitations under the License.
*/
export * from './DomainCard';
export * from './EntityExplorerContent';
export * from './ExploreLayout';
export * from './ToolSearchResultListItem';