mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
feat(chat): fixed action import for abstract component
This commit is contained in:
committed by
Calinteodor
parent
974e2a5106
commit
9138f56701
@@ -3,8 +3,8 @@ import { WithTranslation } from 'react-i18next';
|
||||
|
||||
import { IReduxState, IStore } from '../../app/types';
|
||||
import { getParticipantDisplayName, isLocalParticipantModerator } from '../../base/participants/functions';
|
||||
import { setLobbyChatActiveState } from '../actions.any';
|
||||
import { setPrivateMessageRecipient } from '../actions.web';
|
||||
import { setLobbyChatActiveState, setPrivateMessageRecipient } from '../actions.any';
|
||||
|
||||
|
||||
export interface IProps extends WithTranslation {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user