Use codemod preset-safe
This commit is contained in:
@@ -18,9 +18,9 @@ import {
|
||||
TextField,
|
||||
Tooltip,
|
||||
Typography
|
||||
} from '@material-ui/core'
|
||||
import MuiAlert from '@material-ui/lab/Alert'
|
||||
import CloseIcon from '@material-ui/icons/Close'
|
||||
} from '@mui/material'
|
||||
import MuiAlert from '@mui/material/Alert'
|
||||
import CloseIcon from '@mui/icons-material/Close'
|
||||
|
||||
import AjouteTradiksyon from './ajoute-tradiksyon'
|
||||
|
||||
@@ -244,6 +244,7 @@ function EkriTeks({session}) {
|
||||
style={{bottom: 75}}
|
||||
aria-label='remove-tradiksyon'
|
||||
edge='end'
|
||||
size='large'
|
||||
onClick={() => handleRemoveTradiksyon(k)}
|
||||
>
|
||||
<CloseIcon />
|
||||
|
||||
Reference in New Issue
Block a user