Merge pull request #946 from matrix-org/t3chguy/fix_imports

import _t, drop two unused imports
pull/21833/head
Matthew Hodgson 2017-05-27 18:08:00 +01:00 committed by GitHub
commit 1eb7993aa7
1 changed files with 1 additions and 2 deletions

View File

@ -15,12 +15,11 @@ limitations under the License.
*/
import React from 'react';
import ReactDOM from 'react-dom';
import Matrix from 'matrix-js-sdk';
import sdk from '../../index';
import MatrixClientPeg from '../../MatrixClientPeg';
import dis from '../../dispatcher';
import { _t } from '../../languageHandler';
/*
* Component which shows the filtered file using a TimelinePanel