hw6 warning removeal
This commit is contained in:
@@ -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];
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user