mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-19 23:37:46 +00:00
ref(redux) Remove connect wrapper (#13083)
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
import React, { PureComponent } from 'react';
|
||||
import { SafeAreaView, TouchableWithoutFeedback, View } from 'react-native';
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
import { ColorSchemeRegistry } from '../../../base/color-scheme';
|
||||
import { hideDialog, isDialogOpen } from '../../../base/dialog';
|
||||
import { getParticipantCount } from '../../../base/participants';
|
||||
import { connect } from '../../../base/redux';
|
||||
import type { StyleType } from '../../../base/styles';
|
||||
|
||||
import ReactionMenu from './ReactionMenu';
|
||||
|
||||
Reference in New Issue
Block a user