Make it easier to copy pasta by removing comment from code with no actual comment

Signed-off-by: Coderrob <rolindle@cisco.com>
This commit is contained in:
Coderrob
2024-04-09 17:14:29 -05:00
parent 93c1d9c5b2
commit 7f849b82e3
-1
View File
@@ -88,7 +88,6 @@ yarn --cwd packages/app add @backstage/plugin-badges
This plugin requires explicit registration, so you will need to add it to your App's `plugins.ts` file:
```ts
// ...
import { badgesPlugin } from '@backstage/plugin-badges';
```