ref: Remove index files (#13154)

Fix imports
Convert some files to TS
This commit is contained in:
Robert Pintilii
2023-04-03 16:33:18 +03:00
committed by GitHub
parent 20fd544ded
commit 05a79ec793
79 changed files with 184 additions and 245 deletions

View File

@@ -5,7 +5,7 @@ import { connect } from 'react-redux';
import { translate } from '../../../base/i18n/functions';
import JitsiScreen from '../../../base/modal/components/JitsiScreen';
import { LoadingIndicator } from '../../../base/react';
import LoadingIndicator from '../../../base/react/components/native/LoadingIndicator';
import { getSharedDocumentUrl } from '../../functions';
import styles, { INDICATOR_COLOR } from './styles';