remove unused imports

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2017-06-02 21:57:42 +01:00
parent 24a5297fc8
commit 884322f82c
2 changed files with 0 additions and 3 deletions

View file

@ -18,8 +18,6 @@ limitations under the License.
'use strict';
import React from 'react';
import MatrixClientPeg from 'matrix-react-sdk/lib/MatrixClientPeg';
import sdk from 'matrix-react-sdk';
module.exports = React.createClass({
displayName: 'HomePage',