Add a custom template to the example

This commit is contained in:
Mathias Biilmann Christensen
2016-09-12 15:27:45 +02:00
parent 8221c9c170
commit 9ced3f16c8
4 changed files with 40 additions and 3 deletions

View File

@ -31,3 +31,5 @@ console.log('reg: ', registry);
for (const method in registry) {
window.CMS[method] = registry[method];
}
window.createClass = React.createClass;
window.h = React.createElement;