Corrected import not to be from alpha

Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2023-06-28 06:44:33 -05:00
parent bc3b190685
commit 408c38e3e1
+1 -1
View File
@@ -84,7 +84,7 @@ In your `packages/backend/src/index.ts` make the following changes:
```diff
import { createBackend } from '@backstage/backend-defaults';
+ import { badgesPlugin } from '@backstage/plugin-badges-backend/alpha';
+ import { badgesPlugin } from '@backstage/plugin-badges-backend';
const backend = createBackend();
// ... other feature additions