Fix imports for SettingLevel to point at new file
This commit is contained in:
parent
4db4625e34
commit
1f7f40736b
43 changed files with 71 additions and 48 deletions
|
@ -17,8 +17,8 @@ limitations under the License.
|
|||
|
||||
import {MatrixClientPeg} from '../../MatrixClientPeg';
|
||||
import MatrixClientBackedSettingsHandler from "./MatrixClientBackedSettingsHandler";
|
||||
import {SettingLevel} from "../SettingsStore";
|
||||
import {objectClone, objectKeyChanges} from "../../utils/objects";
|
||||
import {SettingLevel} from "../SettingLevel";
|
||||
|
||||
const ALLOWED_WIDGETS_EVENT_TYPE = "im.vector.setting.allowed_widgets";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue