diff --git a/site/src/components/SmallCard.tsx b/site/src/components/SmallCard.tsx index abd8596..72d370a 100644 --- a/site/src/components/SmallCard.tsx +++ b/site/src/components/SmallCard.tsx @@ -1,6 +1,5 @@ import Card from '@mui/material/Card'; import CardActions from '@mui/material/CardActions'; -import CardContent from '@mui/material/CardContent'; import CardHeader from '@mui/material/CardHeader'; import CardMedia from '@mui/material/CardMedia'; import Button from '@mui/material/Button'; @@ -28,7 +27,7 @@ const StyledTypography = styled(Typography)(({ theme }) => ({ -function SmallCard({ data, cardNum }: ComponentProps) { +function SmallCard({ data }: ComponentProps) { // if(reverseModifier){ // [textA,textB] = [textB,textA]; // }