Files: bb1d879ac72e9462c12547ce70a4ccba104a1066 / src / views / user.js
135 bytesRaw
1 | const html = require('choo/html') |
2 | |
3 | module.exports = function userView (state) { |
4 | return html` |
5 | <body> |
6 | user |
7 | </body> |
8 | ` |
9 | } |
10 |
Built with git-ssb-web
1 | const html = require('choo/html') |
2 | |
3 | module.exports = function userView (state) { |
4 | return html` |
5 | <body> |
6 | user |
7 | </body> |
8 | ` |
9 | } |
10 |
Built with git-ssb-web