Merge pull request #20842 from backstage/blam/fix-annotations-staet

Export `MissingAnnotationEmptyState` from `@backstage/plugin-catalog-react` instead
This commit is contained in:
Patrik Oldsberg
2023-11-02 10:33:08 +01:00
committed by GitHub
43 changed files with 373 additions and 137 deletions
@@ -20,12 +20,12 @@ import useAsync from 'react-use/lib/useAsync';
import { sentryApiRef } from '../../api';
import SentryIssuesTable from '../SentryIssuesTable/SentryIssuesTable';
import { SENTRY_PROJECT_SLUG_ANNOTATION, useProjectSlug } from '../hooks';
import { MissingAnnotationEmptyState } from '@backstage/plugin-catalog-react';
import {
EmptyState,
InfoCard,
InfoCardVariants,
MissingAnnotationEmptyState,
Progress,
} from '@backstage/core-components';