Skip to content

Commit 7673d2a

Browse files
committed
Fix missing import
1 parent 95f0aaa commit 7673d2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/structures/HomePage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import React from 'react';
2121
import request from 'browser-request';
2222
import { _t } from 'matrix-react-sdk/lib/languageHandler';
2323
import sanitizeHtml from 'sanitize-html';
24+
import sdk from 'matrix-react-sdk/lib';
2425

2526
module.exports = React.createClass({
2627
displayName: 'HomePage',

0 commit comments

Comments
 (0)