Skip to content

Commit

Permalink
Fix some other type-only imports in material module
Browse files Browse the repository at this point in the history
  • Loading branch information
mirismaili committed Dec 8, 2021
1 parent ccf156d commit 5de6d92
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions packages/material/src/complex/ValidationIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,8 @@ import React from 'react';
import Badge from '@material-ui/core/Badge';
import ErrorOutlineIcon from '@material-ui/icons/ErrorOutline';
import Tooltip from '@material-ui/core/Tooltip';
import {
StyledComponentProps,
withStyles,
WithStyles,
createStyles,
Theme
} from '@material-ui/core/styles';
import type { StyledComponentProps, WithStyles } from '@material-ui/core/styles';
import { createStyles, Theme, withStyles } from '@material-ui/core/styles';

export { StyledComponentProps };
const styles = createStyles(({ palette }: Theme) => ({
Expand Down

0 comments on commit 5de6d92

Please sign in to comment.