EventIndex: Update the imports for the new build system.
This commit is contained in:
parent
49c1dbe421
commit
70d394e668
2 changed files with 5 additions and 7 deletions
|
@ -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';
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue