Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2022-07-08 11:17:24 +02:00
parent 0837d83e8f
commit a8f439c724
4 changed files with 4 additions and 4 deletions
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import { EntityLayout } from '@backstage/plugin-catalog';
import { EntityLayout } from '@internal/plugin-catalog-customized';
import {
EntityProvider,
starredEntitiesApiRef,
@@ -59,7 +59,7 @@ import {
isComponentType,
isKind,
isOrphan,
} from '@backstage/plugin-catalog';
} from '@internal/plugin-catalog-customized';
import {
Direction,
EntityCatalogGraphCard,
@@ -33,7 +33,7 @@ import {
useContent,
} from '@backstage/core-components';
import { useApi, useRouteRef } from '@backstage/core-plugin-api';
import { CatalogSearchResultListItem } from '@backstage/plugin-catalog';
import { CatalogSearchResultListItem } from '@internal/plugin-catalog-customized';
import {
catalogApiRef,
CATALOG_FILTER_EXISTS,
@@ -24,7 +24,7 @@ import {
useSidebarPinState,
} from '@backstage/core-components';
import { useApi } from '@backstage/core-plugin-api';
import { CatalogSearchResultListItem } from '@backstage/plugin-catalog';
import { CatalogSearchResultListItem } from '@internal/plugin-catalog-customized';
import {
catalogApiRef,
CATALOG_FILTER_EXISTS,