MessagePanel: Fix missing import

pull/21833/head
Richard van der Hoff 2016-02-15 18:10:44 +00:00
parent d498c5a81e
commit 21a7d15e68
1 changed files with 1 additions and 0 deletions

View File

@ -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.