WIP reworking of skinning and app integration process
This commit is contained in:
parent
9b73d6ed6d
commit
f3b9f8c799
4 changed files with 105 additions and 15 deletions
|
@ -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 = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue