ref: Remove some index files (#13151)

Fix imports
This commit is contained in:
Robert Pintilii
2023-04-03 13:49:19 +03:00
committed by GitHub
parent 75bb460ccf
commit 0b65acb528
393 changed files with 648 additions and 920 deletions

View File

@@ -3,9 +3,9 @@
import React, { Component } from 'react';
import { connect } from 'react-redux';
import { translate } from '../../base/i18n';
import { getParticipantById } from '../../base/participants';
import { getLocalVideoTrack } from '../../base/tracks';
import { translate } from '../../base/i18n/functions';
import { getParticipantById } from '../../base/participants/functions';
import { getLocalVideoTrack } from '../../base/tracks/functions.any';
import Dialog from '../../base/ui/components/web/Dialog';
import { deny, grant } from '../actions';