1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Fix imports/exports

This commit is contained in:
David Baker
2017-05-23 18:32:45 +01:00
parent cc0924f1c7
commit f412552c2c
3 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ import React from 'react';
import sdk from '../../../index';
import UserSettingsStore from '../../../UserSettingsStore';
import _t from 'counterpart-riot';
import languageHandler from '../../../languageHandler';
import * as languageHandler from '../../../languageHandler';
import SdkConfig from '../../../SdkConfig';
let LANGUAGES = [];