import html from 'choo/html'; export const loginView = (state, emit) => { return html` Email Password `; }