hw6 warning removeal

This commit is contained in:
2026-04-14 11:01:42 +10:00
parent 86c39716b0
commit 4031d1497c

View File

@@ -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];
// }