From 45a57950576a9dcb097f55326253451e3fa10154 Mon Sep 17 00:00:00 2001 From: AmbrishRamachandiran Date: Thu, 21 Mar 2024 11:10:10 +0530 Subject: [PATCH] Fixed lint issue Signed-off-by: AmbrishRamachandiran --- .../src/components/GithubDeploymentsCard.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/github-deployments/src/components/GithubDeploymentsCard.test.tsx b/plugins/github-deployments/src/components/GithubDeploymentsCard.test.tsx index 1f354914bb..d60034ebfc 100644 --- a/plugins/github-deployments/src/components/GithubDeploymentsCard.test.tsx +++ b/plugins/github-deployments/src/components/GithubDeploymentsCard.test.tsx @@ -41,7 +41,7 @@ import { graphql } from 'msw'; import { ScmIntegrations } from '@backstage/integration'; import { Entity } from '@backstage/catalog-model'; import { GithubDeploymentsTable } from './GithubDeploymentsTable'; -import { Box } from '@material-ui/core'; +import Box from '@material-ui/core/Box'; import { ApiProvider, ConfigReader } from '@backstage/core-app-api'; import {