From 47be509d171c0ee29bf6173962e2570d0d624126 Mon Sep 17 00:00:00 2001 From: Calin Chitu Date: Thu, 3 Jun 2021 19:26:11 +0300 Subject: [PATCH] feat(native-participants-pane) fixed import order lint error --- .../participants-pane/components/native/ParticipantsPane.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; /**