core-app-api: deprecate dependency on core-components

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-10-11 22:10:47 +02:00
parent f979fcf519
commit 014cbf8cb9
13 changed files with 219 additions and 85 deletions
+2
View File
@@ -31,6 +31,7 @@ import {
AlertDisplay,
OAuthRequestDialog,
SignInPage,
defaultAppComponents,
} from '@backstage/core-components';
import { apiDocsPlugin, ApiExplorerPage } from '@backstage/plugin-api-docs';
import {
@@ -95,6 +96,7 @@ const app = createApp({
},
components: {
...defaultAppComponents(),
SignInPage: props => {
return (
<SignInPage