From aac3c52d2229adf6bc19fb494b355942d9ec837b Mon Sep 17 00:00:00 2001 From: rghara Date: Wed, 24 Jul 2024 11:33:41 -0400 Subject: [PATCH] In the Gettin Started/authentication document SignInPage is already imported. Removing the duplicate import that causes compilation error. import { SignInPage } from '@backstage/core-components'; Signed-off-by: rghara --- docs/getting-started/config/authentication.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/getting-started/config/authentication.md b/docs/getting-started/config/authentication.md index 874964696a..e97ed3d89c 100644 --- a/docs/getting-started/config/authentication.md +++ b/docs/getting-started/config/authentication.md @@ -50,7 +50,6 @@ Open `packages/app/src/App.tsx` and below the last `import` line, add: ```typescript title="packages/app/src/App.tsx" import { githubAuthApiRef } from '@backstage/core-plugin-api'; -import { SignInPage } from '@backstage/core-components'; ``` Search for `const app = createApp({` in this file, and below `apis,` add: