update /alpha imports to fix all type issues

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-17 09:43:21 +01:00
parent 57934df984
commit 61055f106b
38 changed files with 60 additions and 60 deletions
+2 -2
View File
@@ -22,10 +22,10 @@ import { EntitySonarQubeCard, sonarQubePlugin } from '../src';
import { Content, Header, Page } from '@backstage/core-components';
import {
FindingSummary,
SONARQUBE_PROJECT_KEY_ANNOTATION,
SonarQubeApi,
sonarQubeApiRef,
} from '@backstage/plugin-sonarqube-react';
} from '@backstage/plugin-sonarqube-react/alpha';
import { SONARQUBE_PROJECT_KEY_ANNOTATION } from '@backstage/plugin-sonarqube-react';
const entity = (name?: string) =>
({