initial commit
[squeep-authentication-module] / lib / template / index.js
diff --git a/lib/template/index.js b/lib/template/index.js
new file mode 100644 (file)
index 0000000..69c70b9
--- /dev/null
@@ -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