remove unused imports

pull/21833/head
Bruno Windels 2018-08-13 11:16:29 +02:00
parent 28292c3388
commit 09ad138306
1 changed files with 0 additions and 5 deletions

View File

@ -14,13 +14,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import SettingsStore from "../SettingsStore";
import SettingController from "./SettingController";
import Modal from "../../Modal";
import sdk from "../../index";
import MatrixClientPeg from "../../MatrixClientPeg";
import dis from "../../dispatcher";
import { _t } from "../../languageHandler";
export default class LazyLoadingController extends SettingController {
onChange(level, roomId, newValue) {