From a47fa912216f591fffd5fd63c0b272aa0b5b6189 Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Fri, 12 Feb 2021 10:56:24 +0100 Subject: [PATCH] Fix import --- .../src/components/EntityTable/EntityTable.test.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/plugins/catalog-react/src/components/EntityTable/EntityTable.test.tsx b/plugins/catalog-react/src/components/EntityTable/EntityTable.test.tsx index 96f9b4cdbd..8752b6af6a 100644 --- a/plugins/catalog-react/src/components/EntityTable/EntityTable.test.tsx +++ b/plugins/catalog-react/src/components/EntityTable/EntityTable.test.tsx @@ -14,12 +14,7 @@ * limitations under the License. */ -import { - Entity, - RELATION_OWNED_BY, - RELATION_PART_OF, - SystemEntity, -} from '@backstage/catalog-model'; +import { Entity } from '@backstage/catalog-model'; import { renderInTestApp } from '@backstage/test-utils'; import { waitFor } from '@testing-library/react'; import React from 'react';