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

pull/21833/head
David Baker 2015-09-10 15:07:34 +01:00
parent a124e53a9a
commit 635041470f
1 changed files with 1 additions and 1 deletions

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");