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

import _t, drop two unused imports
This commit is contained in:
Matthew Hodgson 2017-05-27 18:08:00 +01:00 committed by GitHub
commit 1eb7993aa7

View file

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