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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user