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
|
@ -20,9 +20,10 @@ import PropTypes from 'prop-types';
|
|||
import dis from "../../../../dispatcher/dispatcher";
|
||||
import { _t } from '../../../../languageHandler';
|
||||
|
||||
import SettingsStore, {SettingLevel} from "../../../../settings/SettingsStore";
|
||||
import SettingsStore from "../../../../settings/SettingsStore";
|
||||
import EventIndexPeg from "../../../../indexing/EventIndexPeg";
|
||||
import {Action} from "../../../../dispatcher/actions";
|
||||
import {SettingLevel} from "../../../../settings/SettingLevel";
|
||||
|
||||
/*
|
||||
* Allows the user to disable the Event Index.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue