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

@@ -4,10 +4,10 @@ import React, { Component, Fragment } from 'react';
import { connect } from 'react-redux';
import statsEmitter from '../../../connection-indicator/statsEmitter';
import { getLocalParticipant } from '../../participants';
import { getLocalParticipant } from '../../participants/functions';
import { isTestModeEnabled } from '../functions';
import { TestHint } from './index';
import TestHint from './TestHint';
/**
* Defines the TestConnectionInfo's properties.

View File

@@ -1,2 +0,0 @@
export { default as TestConnectionInfo } from './TestConnectionInfo';
export { default as TestHint } from './TestHint';

View File

@@ -1,2 +0,0 @@
export * from './components';
export * from './functions';