|
@@ -1,5 +1,5 @@
|
1
|
1
|
import * as React from 'react';
|
2
|
|
-import Box from '@mui/material/Box';
|
|
2
|
+// import Box from '@mui/material/Box';
|
3
|
3
|
import Card from '@mui/material/Card';
|
4
|
4
|
import CardActions from '@mui/material/CardActions';
|
5
|
5
|
import CardContent from '@mui/material/CardContent';
|
|
@@ -11,7 +11,7 @@ import Avatar from '@mui/material/Avatar';
|
11
|
11
|
import RadioGroup from '@mui/material/RadioGroup';
|
12
|
12
|
import FormControlLabel from '@mui/material/FormControlLabel';
|
13
|
13
|
import FormControl from '@mui/material/FormControl';
|
14
|
|
-import FormLabel from '@mui/material/FormLabel';
|
|
14
|
+// import FormLabel from '@mui/material/FormLabel';
|
15
|
15
|
import Checkbox from '@mui/material/Checkbox';
|
16
|
16
|
import { deepPurple } from '@mui/material/colors';
|
17
|
17
|
const label = { inputProps: { 'aria-label': 'Checkbox demo' } };
|