1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-04 11:51:45 +03:00

Unused import

This commit is contained in:
David Baker
2020-01-24 13:15:57 +00:00
parent c5ecd83bc1
commit 590ff29e60

View File

@@ -16,7 +16,6 @@ limitations under the License.
*/ */
import createReactClass from 'create-react-class'; import createReactClass from 'create-react-class';
import Analytics from './Analytics';
import * as sdk from './index'; import * as sdk from './index';
import PropTypes from 'prop-types'; import PropTypes from 'prop-types';
import { _t } from './languageHandler'; import { _t } from './languageHandler';