File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
material-ui-codemod/src/v1.0.0/import-path.test
material-ui-lab/src/themeAugmentation Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,7 @@ import List, {
14
14
ListItemSecondaryAction ,
15
15
} from '@material-ui/core/List' ;
16
16
import Dialog , { DialogTitle } from '@material-ui/core/Dialog' ;
17
- import {
18
- DialogActions ,
19
- DialogContent ,
20
- DialogContentText ,
21
- } from '@material-ui/core/Dialog' ;
17
+ import { DialogActions , DialogContent , DialogContentText } from '@material-ui/core/Dialog' ;
22
18
import Slide from '@material-ui/core/transitions/Slide' ;
23
19
import Radio , { RadioGroup } from '@material-ui/core/Radio' ;
24
20
import { FormControlLabel } from '@material-ui/core/Form' ;
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ import { TreeViewProps } from '../TreeView';
28
28
import { YearPickerProps } from '../YearPicker' ;
29
29
30
30
export interface LabComponentsPropsList {
31
-
32
31
MuiAvatarGroup : AvatarGroupProps ;
33
32
MuiClockPicker : ClockPickerProps < unknown > ;
34
33
MuiDatePicker : DatePickerProps ;
You can’t perform that action at this time.
0 commit comments