ref(redux) Remove connect wrapper (#13083)

This commit is contained in:
Robert Pintilii
2023-03-21 09:47:52 +02:00
committed by GitHub
parent 679711534a
commit 754f658489
270 changed files with 451 additions and 444 deletions

View File

@@ -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';