mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-19 08:37:47 +00:00
ref: Remove some index files (#13140)
This commit is contained in:
@@ -4,8 +4,9 @@ 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 ColorSchemeRegistry from '../../../base/color-scheme/ColorSchemeRegistry';
|
||||
import { hideDialog } from '../../../base/dialog/actions';
|
||||
import { isDialogOpen } from '../../../base/dialog/functions';
|
||||
import { getParticipantCount } from '../../../base/participants';
|
||||
import type { StyleType } from '../../../base/styles';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user