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
@@ -15,11 +15,13 @@
*/
import React from 'react';
import { useEntity } from '@backstage/plugin-catalog-react';
import {
useEntity,
MissingAnnotationEmptyState,
} from '@backstage/plugin-catalog-react';
import { isVaultAvailable } from '../../conditions';
import { VAULT_SECRET_PATH_ANNOTATION } from '../../constants';
import { EntityVaultTable } from '../EntityVaultTable';
import { MissingAnnotationEmptyState } from '@backstage/core-components';
export const EntityVaultCard = () => {
const { entity } = useEntity();