Files: 94527b097121d2903dc3709ec79709a5804d13c9 / blog / index.js
154 bytesRaw
1 | module.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