From 033edaa20d542de554a4fd097ec5114255055710 Mon Sep 17 00:00:00 2001 From: Timothy Deakin Date: Sat, 13 Apr 2024 18:59:25 +0100 Subject: [PATCH] fix: imports Signed-off-by: Timothy Deakin --- .../src/components/WorkflowRunsCard/WorkflowRunsCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/github-actions/src/components/WorkflowRunsCard/WorkflowRunsCard.tsx b/plugins/github-actions/src/components/WorkflowRunsCard/WorkflowRunsCard.tsx index 78ce154d09..4cb48a58d9 100644 --- a/plugins/github-actions/src/components/WorkflowRunsCard/WorkflowRunsCard.tsx +++ b/plugins/github-actions/src/components/WorkflowRunsCard/WorkflowRunsCard.tsx @@ -46,7 +46,7 @@ import { getProjectNameFromEntity } from '../getProjectNameFromEntity'; import { getHostnameFromEntity } from '../getHostnameFromEntity'; import Alert from '@material-ui/lab/Alert'; -import Color from '@material-ui/lab/Color'; +import { Color } from '@material-ui/lab/'; import { Entity } from '@backstage/catalog-model'; const useStyles = makeStyles((theme: Theme) =>