There is no MatrixChat in the sdk anymore (well, only a controller). Advertise the Component Broker instead.

This commit is contained in:
David Baker 2015-09-10 15:07:34 +01:00
parent a124e53a9a
commit 635041470f

View file

@ -16,4 +16,4 @@ limitations under the License.
'use strict';
module.exports.MatrixChat = require("../skins/base/views/pages/MatrixChat");
module.exports.ComponentBroker = require("./ComponentBroker");