Use codemod preset-safe

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-19 07:06:26 +04:00
parent 33e2d5dfda
commit 172852c087
35 changed files with 245 additions and 231 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ import {
Snackbar,
LinearProgress,
Typography
} from '@material-ui/core'
import MuiAlert from '@material-ui/lab/Alert'
} from '@mui/material'
import MuiAlert from '@mui/material/Alert'
const API_URL = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:1337'