mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 06:28:28 +03:00
10 lines
No EOL
195 B
JavaScript
10 lines
No EOL
195 B
JavaScript
/* RainLoop Webmail (c) RainLoop Team | Licensed under CC BY-NC-SA 3.0 */
|
|
|
|
(function () {
|
|
|
|
'use strict';
|
|
|
|
var boot = require('./Boots/Boot.js');
|
|
boot(require('./Boots/RainLoopApp.js'));
|
|
|
|
}()); |