mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 14:40:55 +03:00
a new approach for the ui
This commit is contained in:
6
app/ui/welcome.js
Normal file
6
app/ui/welcome.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const html = require('choo/html');
|
||||
const archiveList = require('./archiveList');
|
||||
|
||||
module.exports = function(state, emit) {
|
||||
return html`<main class="main">${archiveList(state, emit)}</main>`;
|
||||
};
|
||||
Reference in New Issue
Block a user