git ssb

2+

mixmix / ticktack



Tree: 932b0cb6e9a66f9391fcabd909a1b0becb5809f9

Files: 932b0cb6e9a66f9391fcabd909a1b0becb5809f9 / 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