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() {