Merge pull request #3773 from zbettenbuk/fix-file-location
Move DeviceSelectionPopup to its right place
This commit is contained in:
commit
71563fec5b
|
@ -9,10 +9,11 @@ import { I18nextProvider } from 'react-i18next';
|
|||
import {
|
||||
PostMessageTransportBackend,
|
||||
Transport
|
||||
} from '../../../modules/transport';
|
||||
import { parseURLParams } from '../base/config';
|
||||
import { DeviceSelection } from '../device-selection';
|
||||
import { DialogWithTabs } from '../base/dialog';
|
||||
} from '../../../../../modules/transport';
|
||||
|
||||
import { parseURLParams } from '../../../base/config';
|
||||
import { DialogWithTabs } from '../../../base/dialog';
|
||||
import { DeviceSelection } from '../../../device-selection';
|
||||
|
||||
const logger = Logger.getLogger(__filename);
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/* global JitsiMeetJS */
|
||||
|
||||
import DeviceSelectionPopup from './DeviceSelectionPopup';
|
||||
import DeviceSelectionPopup from './components/web/DeviceSelectionPopup';
|
||||
|
||||
let deviceSelectionPopup;
|
||||
|
||||
|
|
Loading…
Reference in New Issue