diff --git a/plugins/scaffolder/src/components/TemplateList/TemplateList.tsx b/plugins/scaffolder/src/components/TemplateList/TemplateList.tsx index b23ef16eba..dcf708db10 100644 --- a/plugins/scaffolder/src/components/TemplateList/TemplateList.tsx +++ b/plugins/scaffolder/src/components/TemplateList/TemplateList.tsx @@ -26,9 +26,7 @@ import { } from '@backstage/core-components'; import { useEntityListProvider } from '@backstage/plugin-catalog-react'; import { Link, Typography } from '@material-ui/core'; -import { TemplateCard, TemplateCardProps } from '../TemplateCard'; - -export type Props = TemplateCardProps; +import { TemplateCard } from '../TemplateCard'; export type TemplateListProps = { TemplateCardComponent?: