mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 17:37:49 +00:00
chore: remove some cycles
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
af5d4c850b
commit
a67d0fbf6c
@@ -7,10 +7,7 @@ import {
|
||||
import { openDialog } from '../../base/dialog';
|
||||
import { IconMicDisabled } from '../../base/icons';
|
||||
import { MEDIA_TYPE } from '../../base/media';
|
||||
import {
|
||||
AbstractButton,
|
||||
type AbstractButtonProps
|
||||
} from '../../base/toolbox';
|
||||
import { AbstractButton, type AbstractButtonProps } from '../../base/toolbox/components';
|
||||
import { isRemoteTrackMuted } from '../../base/tracks';
|
||||
|
||||
import { MuteRemoteParticipantDialog } from '.';
|
||||
|
||||
Reference in New Issue
Block a user