mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
@@ -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.
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
export { default as TestConnectionInfo } from './TestConnectionInfo';
|
||||
export { default as TestHint } from './TestHint';
|
||||
@@ -1,2 +0,0 @@
|
||||
export * from './components';
|
||||
export * from './functions';
|
||||
Reference in New Issue
Block a user