git ssb

2+

mixmix / ticktack



Tree: 9f5c802ae0f19a653aa744af250402e6fb042fda

Files: 9f5c802ae0f19a653aa744af250402e6fb042fda / blog / index.js

154 bytesRaw
1module.exports = {
2 html: {
3 post: require('./html/post'),
4 blog: require('./html/blog')
5 },
6 sync: {
7 isBlog: require('./sync/isBlog')
8 }
9}
10

Built with git-ssb-web