git ssb

16+

Dominic / patchbay



Tree: 8add0eb62b2365fd3bb77841ce09980a414c8d85

Files: 8add0eb62b2365fd3bb77841ce09980a414c8d85 / router / html / page / notifications.js

289 bytesRaw
1const { h } = require('mutant')
2const nest = require('depnest')
3
4exports.gives = nest('router.html.page')
5
6exports.create = function (api) {
7 return nest('router.html.page', (path) => {
8 if (path !== '/notifications') return
9
10 return h('div.notifications', 'notifications')
11 })
12}
13
14

Built with git-ssb-web