ref: Remove some index files (#13140)

This commit is contained in:
Robert Pintilii
2023-03-31 14:04:33 +03:00
committed by GitHub
parent 275e7b00a9
commit 9ac039a408
291 changed files with 375 additions and 779 deletions

View File

@@ -3,7 +3,8 @@
import { connect } from 'react-redux';
import type { Dispatch } from 'redux';
import { VIDEO_SHARE_BUTTON_ENABLED, getFeatureFlag } from '../../../base/flags';
import { VIDEO_SHARE_BUTTON_ENABLED } from '../../../base/flags/constants';
import { getFeatureFlag } from '../../../base/flags/functions';
import { translate } from '../../../base/i18n';
import { IconPlay } from '../../../base/icons';
import { getLocalParticipant } from '../../../base/participants';