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
+3 -3
View File
@@ -1,8 +1,8 @@
import PropTypes from 'prop-types'
import {styled} from '@mui/material/styles'
import WbSunnyIcon from '@material-ui/icons/WbSunny'
import Brightness3Icon from '@material-ui/icons/Brightness3'
import {Box} from '@material-ui/core'
import WbSunnyIcon from '@mui/icons-material/WbSunny'
import Brightness3Icon from '@mui/icons-material/Brightness3'
import {Box} from '@mui/material'
const PREFIX = 'switch-theme'