core-app-api: deprecate dependency on core-components
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user