Final fixes

Signed-off-by: irma12 <irma@roadie.io>
This commit is contained in:
irma12
2021-11-30 18:29:43 +01:00
parent a089a286b2
commit 517db130c4
2 changed files with 1 additions and 24 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
'@backstage/plugin-tech-insights': patch
'@backstage/plugin-tech-insights': minor
---
New package containing UI components for the Tech Insights plugin.
-23
View File
@@ -1,23 +0,0 @@
## API Report File for "@backstage/plugin-scorecards"
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
/// <reference types="react" />
import { BackstagePlugin } from '@backstage/core-plugin-api';
import { RouteRef } from '@backstage/core-plugin-api';
// @public (undocumented)
export const EntityScorecardContent: () => JSX.Element;
// @public (undocumented)
export const scorecardsPlugin: BackstagePlugin<
{
root: RouteRef<undefined>;
},
{}
>;
// (No @packageDocumentation comment for this package)
```