chore: change usage of the component

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-10-26 18:37:05 +02:00
parent 6c357184e2
commit 1c8b7a4b17
32 changed files with 124 additions and 81 deletions
@@ -19,13 +19,11 @@ import useAsync from 'react-use/lib/useAsync';
import { codeClimateApiRef } from '../../api';
import { CodeClimateTable } from '../CodeClimateTable';
import { CODECLIMATE_REPO_ID_ANNOTATION } from '../../plugin';
import { useEntity } from '@backstage/plugin-catalog-react';
import {
EmptyState,
ErrorPanel,
useEntity,
MissingAnnotationEmptyState,
Progress,
} from '@backstage/core-components';
} from '@backstage/plugin-catalog-react';
import { EmptyState, ErrorPanel, Progress } from '@backstage/core-components';
import { useApi } from '@backstage/core-plugin-api';
export const CodeClimateCardContents = () => {