Move remaining vector molecules to be components in vector (for now)

This commit is contained in:
Kegan Dougal 2015-12-01 11:19:54 +00:00
parent 8f5f71ec80
commit 2a025201b1
13 changed files with 15 additions and 53 deletions

View file

@ -86,7 +86,7 @@ var LeftPanel = React.createClass({
render: function() {
var RoomList = sdk.getComponent('rooms.RoomList');
var BottomLeftMenu = sdk.getComponent('molecules.BottomLeftMenu');
var BottomLeftMenu = sdk.getComponent('structures.BottomLeftMenu');
var IncomingCallBox = sdk.getComponent('voip.IncomingCallBox');
var collapseButton;