You've already forked matrix-react-sdk
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:
@ -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 = {};
|
||||
|
Reference in New Issue
Block a user