From 160386633a4ceae209d0a504578d4ee2f3b99879 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 26 Mar 2021 18:58:18 +0000 Subject: [PATCH] remove import Signed-off-by: Andrew Johnson --- .../src/components/GithubDeploymentsCard.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/plugins/github-deployments/src/components/GithubDeploymentsCard.tsx b/plugins/github-deployments/src/components/GithubDeploymentsCard.tsx index 4a1c4fcfbb..07784a951a 100644 --- a/plugins/github-deployments/src/components/GithubDeploymentsCard.tsx +++ b/plugins/github-deployments/src/components/GithubDeploymentsCard.tsx @@ -16,12 +16,7 @@ import React from 'react'; import { LinearProgress } from '@material-ui/core'; import { Entity } from '@backstage/catalog-model'; -import { - EmptyState, - InfoCard, - MissingAnnotationEmptyState, - useApi, -} from '@backstage/core'; +import { InfoCard, MissingAnnotationEmptyState, useApi } from '@backstage/core'; import { useAsync } from 'react-use'; import { githubDeploymentsApiRef } from '../api'; import GithubDeploymentsTable from './GithubDeploymentsTable/GithubDeploymentsTable';