Adapt components to new mui & nextjs versions
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
'use client'
|
||||
|
||||
import PropTypes from 'prop-types'
|
||||
import {Container, Grid, Typography} from '@mui/material'
|
||||
import Container from '@mui/material/Container'
|
||||
import Grid from '@mui/material/Unstable_Grid2'
|
||||
import Typography from '@mui/material/Typography'
|
||||
|
||||
import {styled} from '@mui/material/styles'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user