Fix imports/exports
This commit is contained in:
parent
cc0924f1c7
commit
f412552c2c
3 changed files with 8 additions and 8 deletions
|
@ -30,7 +30,7 @@ const AddThreepid = require('../../AddThreepid');
|
|||
const SdkConfig = require('../../SdkConfig');
|
||||
import AccessibleButton from '../views/elements/AccessibleButton';
|
||||
import _t from 'counterpart-riot';
|
||||
const languageHandler = require('../../languageHandler');
|
||||
import * as languageHandler from('../../languageHandler');
|
||||
import * as FormattingUtils from '../../utils/FormattingUtils';
|
||||
|
||||
// if this looks like a release, use the 'version' from package.json; else use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue