From 1343e888e6da50fcf4371e77c13b4edc421a4d3b Mon Sep 17 00:00:00 2001 From: Timothy Deakin Date: Sun, 14 Apr 2024 20:31:26 +0100 Subject: [PATCH] refactor: color import Signed-off-by: Timothy Deakin --- .../src/components/WorkflowRunsCard/WorkflowRunsCard.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) =>