浏览代码

Move DeviceSelectionPopup to its right place

master
Bettenbuk Zoltan 6 年前
父节点
当前提交
20d597e402
共有 2 个文件被更改,包括 6 次插入5 次删除
  1. 5
    4
      react/features/settings/components/web/DeviceSelectionPopup.js
  2. 1
    1
      react/features/settings/popup.js

react/features/settings/DeviceSelectionPopup.js → react/features/settings/components/web/DeviceSelectionPopup.js 查看文件

@@ -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 查看文件

@@ -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
 

正在加载...
取消
保存