浏览代码

Merge pull request #3773 from zbettenbuk/fix-file-location

Move DeviceSelectionPopup to its right place
master
virtuacoplenny 6 年前
父节点
当前提交
71563fec5b
没有帐户链接到提交者的电子邮件
共有 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
 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 查看文件

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
 

正在加载...
取消
保存