more Matrixy naming

pull/1/head
David Baker 2015-06-12 15:01:36 +01:00
parent 971a7c1133
commit 2f6a123118
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
var React = require('react');
var RoomList = require('../organisms/RoomList');
var MessageSection = require('../organisms/MessageSection');
var RoomView = require('../organisms/RoomView');
var Loader = require("react-loader");
var Login = require('../templates/Login');
@ -43,7 +43,7 @@ module.exports = React.createClass({
return (
<div>
<RoomList />
<MessageSection />
<RoomView />
</div>
);
} else if (this.state.logged_in) {