fix(docs): import SignInProviderConfig - not used

SignInProviderConfig appears to be a superfluous import - flagged as imported but never used.

Signed-off-by: Leena <19555355+sploschee@users.noreply.github.com>
This commit is contained in:
Leena
2022-09-20 19:43:44 +01:00
committed by GitHub
parent 5fe6ddef0b
commit 36405bd80d
+1 -1
View File
@@ -165,7 +165,7 @@ Open `packages/app/src/App.tsx` and below the last `import` line, add:
```typescript
import { githubAuthApiRef } from '@backstage/core-plugin-api';
import { SignInProviderConfig, SignInPage } from '@backstage/core-components';
import { SignInPage } from '@backstage/core-components';
```
Search for `const app = createApp({` in this file, and below `apis,` add: