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

@ -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',