Use codemod preset-safe
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import PropTypes from 'prop-types'
|
||||
import Link from 'next/link'
|
||||
import {signIn} from 'next-auth/client'
|
||||
import {Button} from '@material-ui/core'
|
||||
import {Button} from '@mui/material'
|
||||
|
||||
export default function LoginProvider({id, title, icon, callbackUrl}) {
|
||||
const hanleClick = event => {
|
||||
|
||||
Reference in New Issue
Block a user