stubbed in signup dialog

This commit is contained in:
Danny Coates 2018-09-27 15:46:46 -07:00
parent d560fc05cf
commit f7f8944e00
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
7 changed files with 85 additions and 6 deletions

View file

@ -1,7 +1,7 @@
const html = require('choo/html');
module.exports = function(message) {
return function(state, close) {
return function(state, emit, close) {
return html`
<div class="okDialog">
<div class="okDialog__message">${message}</div>