diff --git a/docs/getting-started/configuration.md b/docs/getting-started/configuration.md index 3413f32875..9ce65294ad 100644 --- a/docs/getting-started/configuration.md +++ b/docs/getting-started/configuration.md @@ -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: