mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-18 06:35:35 +08:00
MessagePanel: Fix missing import
This commit is contained in:
parent
d498c5a81e
commit
21a7d15e68
@ -15,6 +15,7 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
var React = require('react');
|
||||
var ReactDOM = require("react-dom");
|
||||
var sdk = require('../../index');
|
||||
|
||||
/* (almost) stateless UI component which builds the event tiles in the room timeline.
|
||||
|
Loading…
Reference in New Issue
Block a user