Merge branch 'master' of https://github.com/backstage/backstage into bazaar-columns
This commit is contained in:
@@ -44,6 +44,7 @@ export const bazaarPlugin = createPlugin({
|
||||
|
||||
export const BazaarPage = bazaarPlugin.provide(
|
||||
createRoutableExtension({
|
||||
name: 'BazaarPage',
|
||||
component: () => import('./components/HomePage').then(m => m.HomePage),
|
||||
mountPoint: rootRouteRef,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user