Files: 49bee78f3c1fec7174a11ee2c7277f5c9a7f47fc / index.js
161 bytesRaw
1 | const ticktack = { |
2 | app: require('./app'), |
3 | blob: require('./blob'), |
4 | router: require('./router'), |
5 | styles: require('./styles') |
6 | } |
7 | |
8 | module.exports = ticktack |
9 |
Built with git-ssb-web