1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

Fix unused imports

This commit is contained in:
David Baker
2019-02-08 17:30:14 +00:00
parent cedefcfb33
commit d74d5f1e27
3 changed files with 1 additions and 3 deletions

View File

@@ -20,7 +20,6 @@ import sdk from '../../../index';
import dis from '../../../dispatcher';
import { _t } from '../../../languageHandler';
import MatrixClientPeg from '../../../MatrixClientPeg';
import SettingsStore from "../../../settings/SettingsStore";
export default class LogoutDialog extends React.Component {
constructor() {