Remove unused imports

This commit is contained in:
Aidan Gauland 2017-12-26 12:53:01 +13:00
parent e4b86f0730
commit 9531b219d2
2 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@ import React from 'react';
import { MatrixClient } from 'matrix-js-sdk';
import sdk from '../../../index';
import { _t } from '../../../languageHandler';
import classnames from 'classnames';
import { GroupMemberType } from '../../../groups';
/*

View File

@ -16,7 +16,6 @@ limitations under the License.
import React from 'react';
import sdk from '../../../index';
import { _t } from '../../../languageHandler';
export default React.createClass({
displayName: 'TextInputDialog',