X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Ftemplate%2Findex.js;fp=lib%2Ftemplate%2Findex.js;h=69c70b93b2a869b785cdde7b7cc7d9edf2700948;hb=dd173e6b450cbba8100883514610c9fde83d050a;hp=0000000000000000000000000000000000000000;hpb=7442dd9aef45fe74dc7abe4d111c734068ef2f7d;p=squeep-authentication-module diff --git a/lib/template/index.js b/lib/template/index.js new file mode 100644 index 0000000..69c70b9 --- /dev/null +++ b/lib/template/index.js @@ -0,0 +1,9 @@ +'use strict'; + +const IAHTML = require('./ia-html'); +const LoginHTML = require('./login-html'); + +module.exports = { + IAHTML, + LoginHTML, +}; \ No newline at end of file