Files: bc55d523d16cda8e1a72ba2fb40c47fc2ff9ca88 / volunteers / index.js
180 bytesRaw
1 | const choo = require('choo') |
2 | |
3 | const shelving = require('../shelves/components/shelving') |
4 | |
5 | const app = choo() |
6 | |
7 | app.use(require('./jobs')) |
8 | app.mount('body') |
9 | app.route('/', shelving) |
10 |
Built with git-ssb-web