Codemod verified
Regularly tested and maintained by our engineers and codemod expert community.
Mui
migration
byCodemod
Mui/5/Core Styles Import
Last update
Jul 24, 2024
Renames private import from core/styles/*
to core/styles
Before
import { createTheme } from '@material-ui/core/styles';import { darken, lighten } from '@material-ui/core/styles/colorManipulator';import makeStyles from '@material-ui/core/styles/makeStyles';import { Overrides } from '@material-ui/core/styles/overrides';
After
import {createTheme,darken,lighten,makeStyles,Overrides,} from '@material-ui/core/styles';
Build custom codemods
Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community