update usages

Signed-off-by: Andrew Johnson <ajohnson@gocardless.com>
This commit is contained in:
Andrew Johnson
2021-03-30 17:38:46 +01:00
parent 39d7c8718a
commit 3714e6c374
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -45,4 +45,4 @@ export { plugin as Org } from '@backstage/plugin-org';
export { plugin as Kafka } from '@backstage/plugin-kafka';
export { todoPlugin } from '@backstage/plugin-todo';
export { badgesPlugin } from '@backstage/plugin-badges';
export { plugin as githubDeploymentsPlugin } from '@backstage/plugin-github-deployments';
export { githubDeploymentsPlugin } from '@backstage/plugin-github-deployments';
+1 -1
View File
@@ -23,7 +23,7 @@ yarn add @backstage/plugin-github-deployments
```typescript
// packages/app/src/plugins.ts
export { plugin as GithubDeployments } from '@backstage/plugin-github-deployments';
import { githubDeploymentsPlugin } from '@backstage/plugin-github-deployments';
```
3. Add the `EntityGithubDeploymentsCard` to the EntityPage: