Page MenuHomec4science

withTheme.js
No OneTemporary

File Metadata

Created
Sun, Jan 26, 22:19

withTheme.js

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

Event Timeline