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
+1 -1
View File
@@ -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 => {