Import correctly

pull/4119/head
Kegan Dougal 2017-05-31 17:53:32 +01:00
parent c4c2b760ba
commit 7dc55a9a47
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ limitations under the License.
import VectorBasePlatform from './VectorBasePlatform';
import dis from 'matrix-react-sdk/lib/dispatcher';
import _t from 'matrix-react-sdk/lib/languageHandler';
import { _t } from 'matrix-react-sdk/lib/languageHandler';
import q from 'q';
import electron, {remote, ipcRenderer} from 'electron';

View File

@ -18,7 +18,7 @@ limitations under the License.
*/
import BasePlatform from 'matrix-react-sdk/lib/BasePlatform';
import _t from 'matrix-react-sdk/lib/languageHandler';
import { _t } from 'matrix-react-sdk/lib/languageHandler';
import Favico from 'favico.js';