1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-24 06:02:08 +03:00

WIP reworking of skinning and app integration process

This commit is contained in:
David Baker
2015-09-11 15:42:11 +01:00
parent 9b73d6ed6d
commit f3b9f8c799
4 changed files with 105 additions and 15 deletions

View File

@ -16,4 +16,8 @@ limitations under the License.
'use strict';
module.exports.ComponentBroker = require("./ComponentBroker");
module.exports.atoms = {};
module.exports.molecules = {};
module.exports.organisms = {};
module.exports.templates = {};
module.exports.pages = {};