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
@@ -2,7 +2,7 @@ import React from 'react'
import Document, {
Html, Head, Main, NextScript
} from 'next/document'
import {ServerStyleSheets} from '@material-ui/core/styles'
import ServerStyleSheets from '@mui/styles/ServerStyleSheets'
export default class MyDocument extends Document {
render() {