mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
ElectronPlatform: Update the path for the BaseEventIndexManager class.
This commit is contained in:
parent
73b302f432
commit
137bedb3f9
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
import VectorBasePlatform, {updateCheckStatusEnum} from './VectorBasePlatform';
|
||||
import BaseEventIndexManager from 'matrix-react-sdk/lib/BaseEventIndexManager';
|
||||
import BaseEventIndexManager from 'matrix-react-sdk/lib/indexing/BaseEventIndexManager';
|
||||
import dis from 'matrix-react-sdk/lib/dispatcher';
|
||||
import { _t } from 'matrix-react-sdk/lib/languageHandler';
|
||||
import Promise from 'bluebird';
|
||||
|
|
Loading…
Reference in a new issue