Move remaining vector molecules to components
This commit is contained in:
parent
1e694da460
commit
784c1b63dc
4 changed files with 6 additions and 17 deletions
|
@ -571,7 +571,7 @@ module.exports = React.createClass({
|
|||
var UserSettings = sdk.getComponent('structures.UserSettings');
|
||||
var CreateRoom = sdk.getComponent('structures.CreateRoom');
|
||||
var RoomDirectory = sdk.getComponent('organisms.RoomDirectory');
|
||||
var MatrixToolbar = sdk.getComponent('molecules.MatrixToolbar');
|
||||
var MatrixToolbar = sdk.getComponent('globals.MatrixToolbar');
|
||||
|
||||
// needs to be before normal PageTypes as you are logged in technically
|
||||
if (this.state.screen == 'post_registration') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue