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';
/*