// const justact = require('justact'); import * as justact from 'justact'; import { ForEach } from 'justact'; class InputMultiplex extends justact.Component { render () { return this.swap ? ( ) : ( ) } } class App extends justact.Component { render () { return (