Browse Source

Move DeviceSelectionPopup to its right place

master
Bettenbuk Zoltan 7 years ago
parent
commit
20d597e402

react/features/settings/DeviceSelectionPopup.js → react/features/settings/components/web/DeviceSelectionPopup.js View File

9
 import {
9
 import {
10
     PostMessageTransportBackend,
10
     PostMessageTransportBackend,
11
     Transport
11
     Transport
12
-} from '../../../modules/transport';
13
-import { parseURLParams } from '../base/config';
14
-import { DeviceSelection } from '../device-selection';
15
-import { DialogWithTabs } from '../base/dialog';
12
+} from '../../../../../modules/transport';
13
+
14
+import { parseURLParams } from '../../../base/config';
15
+import { DialogWithTabs } from '../../../base/dialog';
16
+import { DeviceSelection } from '../../../device-selection';
16
 
17
 
17
 const logger = Logger.getLogger(__filename);
18
 const logger = Logger.getLogger(__filename);
18
 
19
 

+ 1
- 1
react/features/settings/popup.js View File

1
 /* global JitsiMeetJS */
1
 /* global JitsiMeetJS */
2
 
2
 
3
-import DeviceSelectionPopup from './DeviceSelectionPopup';
3
+import DeviceSelectionPopup from './components/web/DeviceSelectionPopup';
4
 
4
 
5
 let deviceSelectionPopup;
5
 let deviceSelectionPopup;
6
 
6
 

Loading…
Cancel
Save