diff --git a/plugins/github-actions/src/components/WorkflowRunsCard/WorkflowRunsCard.tsx b/plugins/github-actions/src/components/WorkflowRunsCard/WorkflowRunsCard.tsx index 4cb48a58d9..d3fe845c14 100644 --- a/plugins/github-actions/src/components/WorkflowRunsCard/WorkflowRunsCard.tsx +++ b/plugins/github-actions/src/components/WorkflowRunsCard/WorkflowRunsCard.tsx @@ -45,8 +45,7 @@ import { buildRouteRef } from '../../routes'; import { getProjectNameFromEntity } from '../getProjectNameFromEntity'; import { getHostnameFromEntity } from '../getHostnameFromEntity'; -import Alert from '@material-ui/lab/Alert'; -import { Color } from '@material-ui/lab/'; +import Alert, { Color } from '@material-ui/lab/Alert'; import { Entity } from '@backstage/catalog-model'; const useStyles = makeStyles((theme: Theme) =>