瀏覽代碼

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

Loading…
取消
儲存