diff --git a/react/features/participants-pane/components/web/LobbyParticipantItem.js b/react/features/participants-pane/components/web/LobbyParticipantItem.js index 9d0747f29..551c69efc 100644 --- a/react/features/participants-pane/components/web/LobbyParticipantItem.js +++ b/react/features/participants-pane/components/web/LobbyParticipantItem.js @@ -8,8 +8,8 @@ import { useSelector } from 'react-redux'; import { ContextMenu, ContextMenuItemGroup } from '../../../base/components'; import { IconChat, IconCloseCircle, IconHorizontalPoints } from '../../../base/icons'; import { hasRaisedHand } from '../../../base/participants'; -import { BUTTON_TYPES } from '../../../base/react/constants'; import Button from '../../../base/ui/components/web/Button'; +import { BUTTON_TYPES } from '../../../base/ui/constants'; import { showLobbyChatButton } from '../../../lobby/functions'; import { ACTION_TRIGGER, MEDIA_STATE } from '../../constants'; import { useLobbyActions } from '../../hooks';