From d510f438c3b9c83c1b721833887d6c6c3d3e51c1 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Wed, 19 May 2021 14:29:06 +0200 Subject: [PATCH] Remove unused import Signed-off-by: Johan Haals --- .../components/EntityOrphanWarning/EntityOrphanWarning.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog/src/components/EntityOrphanWarning/EntityOrphanWarning.test.tsx b/plugins/catalog/src/components/EntityOrphanWarning/EntityOrphanWarning.test.tsx index b9582f019e..0b3b8de504 100644 --- a/plugins/catalog/src/components/EntityOrphanWarning/EntityOrphanWarning.test.tsx +++ b/plugins/catalog/src/components/EntityOrphanWarning/EntityOrphanWarning.test.tsx @@ -14,7 +14,7 @@ * limitations under the License. */ -import { ApiProvider, ApiRegistry, createRouteRef } from '@backstage/core'; +import { ApiProvider, ApiRegistry } from '@backstage/core'; import { CatalogApi,