Merge pull request #5928 from splunk/feature/5813-export-aboutcard-components
Export AboutCard contents and other related components/utility functions
This commit is contained in:
@@ -15,3 +15,6 @@
|
||||
*/
|
||||
|
||||
export { AboutCard } from './AboutCard';
|
||||
export { AboutContent } from './AboutContent';
|
||||
export { AboutField } from './AboutField';
|
||||
export { ScmIntegrationIcon } from './ScmIntegrationIcon';
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user