1
0
Fork 0
react-playground/node_modules/@mui/material/esm/styles/makeStyles.js

4 lines
No EOL
387 B
JavaScript

import _formatErrorMessage from "@mui/utils/formatMuiErrorMessage";
export default function makeStyles() {
throw new Error(process.env.NODE_ENV !== "production" ? 'MUI: makeStyles is no longer exported from @mui/material/styles.\n' + 'You have to import it from @mui/styles.\n' + 'See https://mui.com/r/migration-v4/#mui-material-styles for more details.' : _formatErrorMessage(14));
}