remove unused code

Signed-off-by: victormorfin97 <v-vmorfin@expediagroup.com>
This commit is contained in:
victormorfin97
2021-08-27 12:52:48 -05:00
parent a085b28f94
commit 149fc41c95
@@ -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?: