git ssb

2+

mixmix / ticktack



Tree: 8945c4b70954a120ff8e86dfe30a7a1a3da2b4cc

Files: 8945c4b70954a120ff8e86dfe30a7a1a3da2b4cc / 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