mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 04:22:15 +08:00
6 lines
No EOL
177 B
JavaScript
6 lines
No EOL
177 B
JavaScript
/* RainLoop Webmail (c) RainLoop Team | Licensed under CC BY-NC-SA 3.0 */
|
|
|
|
(function (require) {
|
|
'use strict';
|
|
require('Boot')(require('./Boots/RainLoopApp.js'));
|
|
}(require)); |