mirror of
https://github.com/timvisee/send.git
synced 2026-04-23 22:34:43 -04:00
a new approach for the ui
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
const html = require('choo/html');
|
||||
|
||||
module.exports = function() {
|
||||
return html`<main class="main"></main>`;
|
||||
};
|
||||
Reference in New Issue
Block a user