Move remaining vector molecules to be components in vector (for now)
This commit is contained in:
parent
8f5f71ec80
commit
2a025201b1
13 changed files with 15 additions and 53 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue