import Terminal from './terminal';
export default () => new Terminal(document.getElementById('terminal'));