Add missing import

pull/21833/head
Travis Ralston 2019-01-23 19:11:39 -07:00
parent d2684638b4
commit 1251f607ef
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ import {_t} from "../../../../languageHandler";
import PropTypes from "prop-types";
import SettingsStore from "../../../../settings/SettingsStore";
import ToggleSwitch from "../../elements/ToggleSwitch";
import MatrixClientPeg from "../../../../MatrixClientPeg";
const Modal = require("../../../../Modal");
const sdk = require("../../../../index");