define(function () {
return {
oninit: function(vnode) {
},
view: function(vnode) {
console.log(vnode.state);
return m('section.view');
}
});