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 {
|
import {
|
||||||
PostMessageTransportBackend,
|
PostMessageTransportBackend,
|
||||||
Transport
|
Transport
|
||||||
} from '../../../modules/transport';
|
} from '../../../../../modules/transport';
|
||||||
import { parseURLParams } from '../base/config';
|
|
||||||
import { DeviceSelection } from '../device-selection';
|
import { parseURLParams } from '../../../base/config';
|
||||||
import { DialogWithTabs } from '../base/dialog';
|
import { DialogWithTabs } from '../../../base/dialog';
|
||||||
|
import { DeviceSelection } from '../../../device-selection';
|
||||||
|
|
||||||
const logger = Logger.getLogger(__filename);
|
const logger = Logger.getLogger(__filename);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* global JitsiMeetJS */
|
/* global JitsiMeetJS */
|
||||||
|
|
||||||
import DeviceSelectionPopup from './DeviceSelectionPopup';
|
import DeviceSelectionPopup from './components/web/DeviceSelectionPopup';
|
||||||
|
|
||||||
let deviceSelectionPopup;
|
let deviceSelectionPopup;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue