mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 11:57:48 +00:00
ref(redux) Remove connect wrapper (#13083)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// @flow
|
||||
|
||||
import { connect } from 'react-redux';
|
||||
import { type Dispatch } from 'redux';
|
||||
|
||||
import { isDialogOpen, openDialog } from '../../../base/dialog';
|
||||
@@ -9,7 +10,6 @@ import { IconRaiseHand } from '../../../base/icons';
|
||||
import {
|
||||
getLocalParticipant, hasRaisedHand
|
||||
} from '../../../base/participants';
|
||||
import { connect } from '../../../base/redux';
|
||||
import { AbstractButton, type AbstractButtonProps } from '../../../base/toolbox/components';
|
||||
|
||||
import ReactionMenuDialog from './ReactionMenuDialog';
|
||||
|
||||
Reference in New Issue
Block a user