It seems there are different ways to import a component in v5 docs.
1.
import Button from '@mui/material/Button';
import Button from '@material-ui/core/Button';
is there any different between @mui and @material-ui. Which one should I install