import sdk

pull/21833/head
David Baker 2018-02-07 11:42:50 +00:00
parent 0a5bf07913
commit 2a68e3ea39
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ import PropTypes from 'prop-types';
import MatrixClientPeg from '../../../MatrixClientPeg';
import dis from '../../../dispatcher';
import { _t } from '../../../languageHandler';
import sdk from '../../../index'
module.exports = React.createClass({
displayName: 'IncomingCallBox',