Export AboutContent and other helpful functions

Signed-off-by: Heather Lee <heatherl@splunk.com>
This commit is contained in:
Heather Lee
2021-06-04 13:43:28 -07:00
parent 997be24a6e
commit 1c6c2d50f0
2 changed files with 6 additions and 1 deletions
@@ -15,3 +15,6 @@
*/
export { AboutCard } from './AboutCard';
export { AboutContent } from './AboutContent';
export { AboutField } from './AboutField';
export { ScmIntegrationIcon } from './ScmIntegrationIcon';
+3 -1
View File
@@ -21,6 +21,8 @@ export { EntityPageLayout } from './components/EntityPageLayout';
export { CatalogTable } from './components/CatalogTable';
export * from './components/EntitySwitch';
export { Router } from './components/Router';
export * from './components/EntityOrphanWarning';
export * from './components/AboutCard';
export {
CatalogEntityPage,
CatalogIndexPage,
@@ -36,4 +38,4 @@ export {
EntityLinksCard,
EntitySystemDiagramCard,
} from './plugin';
export * from './components/EntityOrphanWarning';
export * from './utils';