mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
6 lines
97 B
JavaScript
6 lines
97 B
JavaScript
const html = require('choo/html');
|
|
|
|
module.exports = function() {
|
|
return html`<div></div>`;
|
|
};
|