import Component from '../Component'; export default class Cell extends Component { view(vnode) { return
{vnode.children}
; } }