Remove commented imports

pull/21833/head
Luke Barnard 2017-10-04 14:09:51 +01:00
parent 02e7287123
commit 0c6b5776ec
1 changed files with 0 additions and 3 deletions

View File

@ -14,11 +14,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// import Promise from 'bluebird';
import React from 'react';
import {MatrixEvent, MatrixClient} from 'matrix-js-sdk';
// var ObjectUtils = require("../../../ObjectUtils");
// var MatrixClientPeg = require('../../../MatrixClientPeg');
import sdk from '../../../index';
import { _t } from '../../../languageHandler';
import Modal from '../../../Modal';