Display the room list

This commit is contained in:
David Baker 2015-06-12 14:59:33 +01:00
parent 5f970edac5
commit 971a7c1133
6 changed files with 81 additions and 9 deletions

View file

@ -1,13 +0,0 @@
var React = require('react');
module.exports = React.createClass({
render: function() {
return (
<div>
<ul>
</ul>
</div>
);
}
});