From dfccf47ba66546e28ace5bf176acd908da9d80b5 Mon Sep 17 00:00:00 2001 From: Nicolas Torres Date: Wed, 28 Jul 2021 09:44:52 +0200 Subject: [PATCH] imports const from the package Signed-off-by: Nicolas Torres --- .../EntityProcessingErrorsPanel/EntityProcessingErrorsPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog/src/components/EntityProcessingErrorsPanel/EntityProcessingErrorsPanel.tsx b/plugins/catalog/src/components/EntityProcessingErrorsPanel/EntityProcessingErrorsPanel.tsx index 565ffc30e3..833ca74daa 100644 --- a/plugins/catalog/src/components/EntityProcessingErrorsPanel/EntityProcessingErrorsPanel.tsx +++ b/plugins/catalog/src/components/EntityProcessingErrorsPanel/EntityProcessingErrorsPanel.tsx @@ -19,7 +19,7 @@ import { useEntity } from '@backstage/plugin-catalog-react'; import { Box } from '@material-ui/core'; import React from 'react'; import { ResponseErrorPanel } from '@backstage/core-components'; -import { ENTITY_STATUS_CATALOG_PROCESSING_TYPE } from '../../../../../packages/catalog-client/src'; +import { ENTITY_STATUS_CATALOG_PROCESSING_TYPE } from '@backstage/catalog-client'; const errorfilter = (i: UNSTABLE_EntityStatusItem) => i.error &&