Browse Source

Move DeviceSelectionPopup to its right place

master
Bettenbuk Zoltan 6 years ago
parent
commit
20d597e402

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

@@ -9,10 +9,11 @@ import { I18nextProvider } from 'react-i18next';
9 9
 import {
10 10
     PostMessageTransportBackend,
11 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 18
 const logger = Logger.getLogger(__filename);
18 19
 

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

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

Loading…
Cancel
Save