Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 198 Bytes

rename.md

File metadata and controls

9 lines (6 loc) · 198 Bytes

From: import \{ ([a-zA-Z ]*) \} from '@material-ui/core'

To: import $1 from '@material-ui/core/$1'; import $2 from '@material-ui/core/$2';

import { ([a-zA-Z ]*) } from '@material-ui/core'