style: remove unused import (#1113)

This commit is contained in:
Himself65
2023-02-17 22:52:14 -06:00
committed by GitHub
parent 6378547a0e
commit 462a859afe
30 changed files with 3 additions and 31 deletions
-1
View File
@@ -1,5 +1,4 @@
import { TooltipProps } from '@mui/material';
import React from 'react';
import { Popper, type PopperProps } from '../popper';
import { StyledMenuWrapper } from './styles';
@@ -5,7 +5,6 @@ import {
PropsWithChildren,
ReactElement,
} from 'react';
import React from 'react';
import { StyledArrow, StyledMenuItem } from './styles';
export type IconMenuProps = PropsWithChildren<{