mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-21 08:47:56 +00:00
ref(ui-components) Update ContextMenu and move it to base/ui (#12318)
This commit is contained in:
@@ -6,9 +6,9 @@ import {
|
||||
createRemoteVideoMenuButtonEvent,
|
||||
sendAnalytics
|
||||
} from '../../../analytics';
|
||||
import ContextMenuItem from '../../../base/components/context-menu/ContextMenuItem';
|
||||
import { translate } from '../../../base/i18n';
|
||||
import { IconRemoteControlStart, IconRemoteControlStop } from '../../../base/icons';
|
||||
import ContextMenuItem from '../../../base/ui/components/web/ContextMenuItem';
|
||||
|
||||
// TODO: Move these enums into the store after further reactification of the
|
||||
// non-react RemoteVideo component.
|
||||
|
||||
Reference in New Issue
Block a user