From ed5d7c2ecb6f4e2a00fa49acdbe64d5eff63c141 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 24 May 2023 14:33:59 +0200 Subject: [PATCH] lint: fix Signed-off-by: blam --- .../src/next/components/TemplateGroup/TemplateGroup.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/scaffolder-react/src/next/components/TemplateGroup/TemplateGroup.tsx b/plugins/scaffolder-react/src/next/components/TemplateGroup/TemplateGroup.tsx index 03f866922b..215ec2827e 100644 --- a/plugins/scaffolder-react/src/next/components/TemplateGroup/TemplateGroup.tsx +++ b/plugins/scaffolder-react/src/next/components/TemplateGroup/TemplateGroup.tsx @@ -19,9 +19,7 @@ import { Content, ContentHeader, ItemCardGrid, - Link, } from '@backstage/core-components'; -import { Typography } from '@material-ui/core'; import { stringifyEntityRef } from '@backstage/catalog-model'; import { TemplateCardProps, TemplateCard } from '../TemplateCard'; import { IconComponent } from '@backstage/core-plugin-api';