Remove commented imports
parent
02e7287123
commit
0c6b5776ec
|
@ -14,11 +14,8 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// import Promise from 'bluebird';
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import {MatrixEvent, MatrixClient} from 'matrix-js-sdk';
|
import {MatrixEvent, MatrixClient} from 'matrix-js-sdk';
|
||||||
// var ObjectUtils = require("../../../ObjectUtils");
|
|
||||||
// var MatrixClientPeg = require('../../../MatrixClientPeg');
|
|
||||||
import sdk from '../../../index';
|
import sdk from '../../../index';
|
||||||
import { _t } from '../../../languageHandler';
|
import { _t } from '../../../languageHandler';
|
||||||
import Modal from '../../../Modal';
|
import Modal from '../../../Modal';
|
||||||
|
|
Loading…
Reference in New Issue