catalog: export EntitySwitch component and conditions

This commit is contained in:
Patrik Oldsberg
2020-12-22 21:42:26 +01:00
parent f56e18a878
commit d2d906d419
2 changed files with 2 additions and 0 deletions
@@ -15,3 +15,4 @@
*/
export { EntitySwitch } from './EntitySwitch';
export { isKind, isNamespace, isComponentType } from './conditions';
+1
View File
@@ -18,6 +18,7 @@ export * from '@backstage/catalog-client';
export { AboutCard } from './components/AboutCard';
export { EntityPageLayout } from './components/EntityPageLayout';
export { EntityLayout } from './components/EntityLayout';
export * from './components/EntitySwitch';
export { Router } from './components/Router';
export { useEntityCompoundName } from './components/useEntityCompoundName';
export { EntityContext, useEntity } from './hooks/useEntity';