ohctechv3/.svn/pristine/a5/a50d7b7aa6e9d2e34b5b3f6919a2de339e0a539c.svn-base
2024-10-28 15:03:36 +05:30

4 lines
381 B
Plaintext

import _formatMuiErrorMessage from "@mui/utils/formatMuiErrorMessage";
export default function withTheme() {
throw new Error(process.env.NODE_ENV !== "production" ? "MUI: withTheme is no longer exported from @mui/material/styles.\nYou have to import it from @mui/styles.\nSee https://mui.com/r/migration-v4/#mui-material-styles for more details." : _formatMuiErrorMessage(16));
}