I have used MUI on my website. While playing with the devtools I saw many class associated with the MUI components.
Does MUI have CSS for its default components like Menu? The layout I have with the MUI component lacks organization.
Something like
import '@mui/dist/mui.css';
as this doesnot work.