2017-11-22 16:46:18 -08:00

7 lines
140 B
Plaintext

module.exports = require('marko/components').defineComponent({
template: require('./template.marko'),
init: function() {
}
});