Something seems off with MUI. I was working on my project yesterday and makeStyles was functioning properly, but now it's suddenly stopped working. I'm encountering an error when calling it here: https://i.sstatic.net/tBf1I.png
I suspect the issue lies in the import statement
import { makeStyles } from "@mui/material";
I searched online and found suggestions to replace 'material' with 'styles', but that solution is not valid. https://i.sstatic.net/K39IN.png
Please assist me as I am unsure of what steps to take to complete this project quickly
I need the app to function without crashing and apply my styles correctly