add changeset and api report
Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user