mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
a new approach for the ui
This commit is contained in:
5
app/ui/blank.js
Normal file
5
app/ui/blank.js
Normal file
@@ -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