1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-16 22:01:54 +03:00

EventIndex: Update the imports for the new build system.

This commit is contained in:
Damir Jelić
2020-01-17 10:35:33 +01:00
parent 49c1dbe421
commit 70d394e668
2 changed files with 5 additions and 7 deletions

View File

@ -22,7 +22,7 @@ import PropTypes from 'prop-types';
import Matrix from 'matrix-js-sdk';
import * as sdk from '../../index';
import {MatrixClientPeg} from '../../MatrixClientPeg';
import {EventIndexPeg} from "../../indexing/EventIndexPeg";
import EventIndexPeg from "../../indexing/EventIndexPeg";
import { _t } from '../../languageHandler';
/*