git ssb

0+

Zach! / dat-zine-library



Tree: bc55d523d16cda8e1a72ba2fb40c47fc2ff9ca88

Files: bc55d523d16cda8e1a72ba2fb40c47fc2ff9ca88 / volunteers / index.js

180 bytesRaw
1const choo = require('choo')
2
3const shelving = require('../shelves/components/shelving')
4
5const app = choo()
6
7app.use(require('./jobs'))
8app.mount('body')
9app.route('/', shelving)
10

Built with git-ssb-web