From 4ec21812bbd2ed199e23519f63f9a5abf6e73691 Mon Sep 17 00:00:00 2001 From: Dominik Henneke Date: Wed, 13 Oct 2021 16:07:27 +0200 Subject: [PATCH] Fix import Signed-off-by: Dominik Henneke --- .../src/components/ApiExplorerPage/ApiExplorerPage.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/api-docs/src/components/ApiExplorerPage/ApiExplorerPage.test.tsx b/plugins/api-docs/src/components/ApiExplorerPage/ApiExplorerPage.test.tsx index 292d03c838..cf40e5160c 100644 --- a/plugins/api-docs/src/components/ApiExplorerPage/ApiExplorerPage.test.tsx +++ b/plugins/api-docs/src/components/ApiExplorerPage/ApiExplorerPage.test.tsx @@ -32,8 +32,8 @@ import { catalogApiRef, DefaultStarredEntitiesApi, entityRouteRef, + starredEntitiesApiRef, } from '@backstage/plugin-catalog-react'; -import { starredEntitiesApiRef } from '@backstage/plugin-catalog-react/src/apis'; import { MockStorageApi, wrapInTestApp } from '@backstage/test-utils'; import DashboardIcon from '@material-ui/icons/Dashboard'; import { render } from '@testing-library/react';