diff --git a/react/features/participants-pane/components/native/ParticipantsPane.js b/react/features/participants-pane/components/native/ParticipantsPane.js index 73a0122dc..2e4a58074 100644 --- a/react/features/participants-pane/components/native/ParticipantsPane.js +++ b/react/features/participants-pane/components/native/ParticipantsPane.js @@ -12,9 +12,9 @@ import { JitsiModal } from '../../../base/modal'; import MuteEveryoneDialog from '../../../video-menu/components/native/MuteEveryoneDialog'; +import { ContextMenuMore } from './ContextMenuMore'; import { LobbyParticipantList } from './LobbyParticipantList'; import { MeetingParticipantList } from './MeetingParticipantList'; -import { ContextMenuMore } from './ContextMenuMore'; import styles from './styles'; /**