initial commit
[squeep-authentication-module] / lib / template / index.js
1 'use strict';
2
3 const IAHTML = require('./ia-html');
4 const LoginHTML = require('./login-html');
5
6 module.exports = {
7 IAHTML,
8 LoginHTML,
9 };