Use codemod preset-safe
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user