Added the moved ContextualMenu to the components list
This commit is contained in:
parent
3df746ef14
commit
3cb3dd96a6
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
module.exports.components = {};
|
||||
module.exports.components['structures.ContextualMenu'] = require('./components/structures/ContextualMenu');
|
||||
module.exports.components['structures.CreateRoom'] = require('./components/structures/CreateRoom');
|
||||
module.exports.components['structures.MatrixChat'] = require('./components/structures/MatrixChat');
|
||||
module.exports.components['structures.MessagePanel'] = require('./components/structures/MessagePanel');
|
||||
|
|
Loading…
Reference in a new issue