From 635041470f1e5014451c49d7f5dbe0af237d320c Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 10 Sep 2015 15:07:34 +0100 Subject: [PATCH] There is no MatrixChat in the sdk anymore (well, only a controller). Advertise the Component Broker instead. --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index febf8d0dc8..a7b6ae4cc7 100644 --- a/src/index.js +++ b/src/index.js @@ -16,4 +16,4 @@ limitations under the License. 'use strict'; -module.exports.MatrixChat = require("../skins/base/views/pages/MatrixChat"); +module.exports.ComponentBroker = require("./ComponentBroker");