Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Nov 9, 2020
1 parent 07f9d38 commit 88cfacc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ import List, {
ListItemSecondaryAction,
} from '@material-ui/core/List';
import Dialog, { DialogTitle } from '@material-ui/core/Dialog';
import {
DialogActions,
DialogContent,
DialogContentText,
} from '@material-ui/core/Dialog';
import { DialogActions, DialogContent, DialogContentText } from '@material-ui/core/Dialog';
import Slide from '@material-ui/core/transitions/Slide';
import Radio, { RadioGroup } from '@material-ui/core/Radio';
import { FormControlLabel } from '@material-ui/core/Form';
Expand Down
1 change: 0 additions & 1 deletion packages/material-ui-lab/src/themeAugmentation/props.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import { TreeViewProps } from '../TreeView';
import { YearPickerProps } from '../YearPicker';

export interface LabComponentsPropsList {

MuiAvatarGroup: AvatarGroupProps;
MuiClockPicker: ClockPickerProps<unknown>;
MuiDatePicker: DatePickerProps;
Expand Down

0 comments on commit 88cfacc

Please sign in to comment.