Merge branch 'master' of https://github.com/backstage/backstage into bazaar-columns

This commit is contained in:
Lykke Axlin
2021-11-15 08:13:00 +01:00
325 changed files with 5766 additions and 1948 deletions
+1
View File
@@ -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,
}),