stubbed in signup dialog
This commit is contained in:
parent
d560fc05cf
commit
f7f8944e00
7 changed files with 85 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue