mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-06 05:02:20 +03:00
6 lines
No EOL
178 B
JavaScript
6 lines
No EOL
178 B
JavaScript
/* RainLoop Webmail (c) RainLoop Team | Licensed under CC BY-NC-SA 3.0 */
|
|
|
|
(function (require) {
|
|
'use strict';
|
|
require('./Boot.js')(require('./Apps/AdminApp.js'));
|
|
}(require)); |