initial release
[squeep-api-dingus] / lib / template / index.js
1 'use strict';
2
3 module.exports = {
4 errorHTML: require('./error-html'),
5 };