point imports at the new locations
This commit is contained in:
parent
cc904be379
commit
40a67ca8fe
32 changed files with 150 additions and 123 deletions
|
@ -19,9 +19,9 @@ limitations under the License.
|
|||
|
||||
import React from 'react';
|
||||
import request from 'browser-request';
|
||||
import { _t } from 'matrix-react-sdk/lib/languageHandler';
|
||||
import { _t } from '../../languageHandler';
|
||||
import sanitizeHtml from 'sanitize-html';
|
||||
import sdk from 'matrix-react-sdk/lib';
|
||||
import sdk from '../../index';
|
||||
|
||||
module.exports = React.createClass({
|
||||
displayName: 'HomePage',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue