feat(chat): fixed action import for abstract component

This commit is contained in:
Calin-Teodor
2023-08-28 16:27:17 +03:00
committed by Calinteodor
parent 974e2a5106
commit 9138f56701

View File

@@ -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 {