add changeset and api report

Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
Brian Fletcher
2023-01-13 16:24:58 +00:00
parent 35f7332d61
commit 99d52523c7
5 changed files with 15 additions and 1 deletions
@@ -19,6 +19,7 @@ import { Header, RoutedTabs } from '@backstage/core-components';
import { SortView } from '../SortView';
import { About } from '../About';
/** @public */
export type HomePageProps = {
title?: string;
subtitle?: string;
@@ -15,3 +15,4 @@
*/
export { HomePage } from './HomePage';
export type { HomePageProps } from './HomePage';
+1
View File
@@ -20,3 +20,4 @@ export { BazaarOverviewCard } from './components/BazaarOverviewCard';
export type { BazaarOverviewCardProps } from './components/BazaarOverviewCard';
export { EntityBazaarInfoCard } from './components/EntityBazaarInfoCard';
export { SortView } from './components/SortView';
export type { HomePageProps } from './components/HomePage';