Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
maikthomas committed Mar 3, 2025
1 parent 9312c91 commit 46cd9c6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { useState, MouseEvent, ReactElement } from 'react';
import { ClickAwayListener, Grow, IconButton, Paper, Popper } from '@mui/material';
import { ClickAwayListener, IconButton, Paper, Popper } from '@mui/material';
import MoreVertIcon from '@mui/icons-material/MoreVert';
// import { ClickAwayListener, Popper, PopperChildrenProps } from '@mui/base';
import { PopperChildrenProps } from '@mui/base';
import { SubscriberWrapper } from '../../../types/session';
import ParticipantPinMenuItem from './ParticipantPinMenuItem';

Expand Down

0 comments on commit 46cd9c6

Please sign in to comment.