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 = {};