From 5de6d922eaef242815cda3496ce7dddfb8e17969 Mon Sep 17 00:00:00 2001 From: "S. M. Mir-Ismaili" Date: Wed, 8 Dec 2021 15:53:19 +0330 Subject: [PATCH] Fix some other type-only imports in `material` module --- packages/material/src/complex/ValidationIcon.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/packages/material/src/complex/ValidationIcon.tsx b/packages/material/src/complex/ValidationIcon.tsx index 6ed8ddb7d..bb4ef0676 100644 --- a/packages/material/src/complex/ValidationIcon.tsx +++ b/packages/material/src/complex/ValidationIcon.tsx @@ -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) => ({