Преглед на файлове

fix(settings): imports that break mobile.

j8
Hristo Terezov преди 4 години
родител
ревизия
dc60418613
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1
    1
      react/features/welcome/components/WelcomePage.native.js
  2. 1
    1
      react/features/welcome/components/WelcomePageSideBar.native.js

+ 1
- 1
react/features/welcome/components/WelcomePage.native.js Целия файл

@@ -24,7 +24,7 @@ import {
24 24
 } from '../../base/tracks';
25 25
 import { HelpView } from '../../help';
26 26
 import { DialInSummary } from '../../invite';
27
-import { SettingsView } from '../../settings';
27
+import { SettingsView } from '../../settings/components';
28 28
 import { setSideBarVisible } from '../actions';
29 29
 
30 30
 import {

+ 1
- 1
react/features/welcome/components/WelcomePageSideBar.native.js Целия файл

@@ -16,7 +16,7 @@ import {
16 16
 } from '../../base/react';
17 17
 import { connect } from '../../base/redux';
18 18
 import { HELP_VIEW_MODAL_ID } from '../../help';
19
-import { SETTINGS_VIEW_ID } from '../../settings';
19
+import { SETTINGS_VIEW_ID } from '../../settings/constants';
20 20
 import { setSideBarVisible } from '../actions';
21 21
 
22 22
 import SideBarItem from './SideBarItem';

Loading…
Отказ
Запис