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 <rghara@outlook.com>
This commit is contained in:
rghara
2024-07-24 11:33:41 -04:00
parent c761199ce7
commit aac3c52d22
@@ -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: