mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
remove unused imports
This commit is contained in:
parent
2bcb54e749
commit
748040268a
1 changed files with 0 additions and 2 deletions
|
@ -18,9 +18,7 @@ import React from 'react';
|
|||
import {_t} from "../../../../languageHandler";
|
||||
import PropTypes from "prop-types";
|
||||
import SettingsStore, {SettingLevel} from "../../../../settings/SettingsStore";
|
||||
import MatrixClientPeg from "../../../../MatrixClientPeg";
|
||||
import LabelledToggleSwitch from "../../elements/LabelledToggleSwitch";
|
||||
const Modal = require("../../../../Modal");
|
||||
const sdk = require("../../../../index");
|
||||
|
||||
export class LabsSettingToggle extends React.Component {
|
||||
|
|
Loading…
Reference in a new issue