diff --git a/react/features/settings/DeviceSelectionPopup.js b/react/features/settings/components/web/DeviceSelectionPopup.js similarity index 97% rename from react/features/settings/DeviceSelectionPopup.js rename to react/features/settings/components/web/DeviceSelectionPopup.js index 6bdfc3b87..1e5869343 100644 --- a/react/features/settings/DeviceSelectionPopup.js +++ b/react/features/settings/components/web/DeviceSelectionPopup.js @@ -9,10 +9,11 @@ import { I18nextProvider } from 'react-i18next'; import { PostMessageTransportBackend, Transport -} from '../../../modules/transport'; -import { parseURLParams } from '../base/config'; -import { DeviceSelection } from '../device-selection'; -import { DialogWithTabs } from '../base/dialog'; +} from '../../../../../modules/transport'; + +import { parseURLParams } from '../../../base/config'; +import { DialogWithTabs } from '../../../base/dialog'; +import { DeviceSelection } from '../../../device-selection'; const logger = Logger.getLogger(__filename); diff --git a/react/features/settings/popup.js b/react/features/settings/popup.js index f0eaf90ac..289060668 100644 --- a/react/features/settings/popup.js +++ b/react/features/settings/popup.js @@ -1,6 +1,6 @@ /* global JitsiMeetJS */ -import DeviceSelectionPopup from './DeviceSelectionPopup'; +import DeviceSelectionPopup from './components/web/DeviceSelectionPopup'; let deviceSelectionPopup;