makeStyles is not longer exported from @mui/material/styles. It is now export from @mui/styles.
Here:
Install: npm install @mui/styles
Then Import: import { makeStyles } from '@mui/styles';
I hope it mix your problem but if not please tell me in the comment.