diff --git a/react/features/video-menu/components/native/RemoteVideoMenu.js b/react/features/video-menu/components/native/RemoteVideoMenu.js index c64e9c905..3f0ee300a 100644 --- a/react/features/video-menu/components/native/RemoteVideoMenu.js +++ b/react/features/video-menu/components/native/RemoteVideoMenu.js @@ -14,7 +14,7 @@ import { } from '../../../base/participants'; import { connect } from '../../../base/redux'; import { StyleType } from '../../../base/styles'; -import { PrivateMessageButton } from '../../../chat'; +import PrivateMessageButton from '../../../chat/components/native/PrivateMessageButton'; import { hideRemoteVideoMenu } from '../../actions.native'; import ConnectionStatusButton from '../native/ConnectionStatusButton';