mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-13 11:13:07 +08:00
7 lines
165 B
JavaScript
7 lines
165 B
JavaScript
|
/* RainLoop Webmail (c) RainLoop Team | Licensed under CC BY-NC-SA 3.0 */
|
||
|
|
||
|
'use strict';
|
||
|
|
||
|
module.exports = function () {
|
||
|
return require('./Knoin/Knoin.js').rl();
|
||
|
};
|