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
|
@ -27,10 +27,11 @@ import dis from './dispatcher/dispatcher';
|
|||
import * as sdk from './index';
|
||||
import { _t } from './languageHandler';
|
||||
import Modal from './Modal';
|
||||
import SettingsStore, {SettingLevel} from "./settings/SettingsStore";
|
||||
import SettingsStore from "./settings/SettingsStore";
|
||||
import {
|
||||
hideToast as hideNotificationsToast,
|
||||
} from "./toasts/DesktopNotificationsToast";
|
||||
import {SettingLevel} from "./settings/SettingLevel";
|
||||
|
||||
/*
|
||||
* Dispatches:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue