mirror of
https://github.com/RainLoop/rainloop-webmail.git
synced 2026-02-05 11:34:54 +01:00
6 lines
168 B
JavaScript
6 lines
168 B
JavaScript
/* RainLoop Webmail (c) RainLoop Team | Licensed under CC BY-NC-SA 3.0 */
|
|
|
|
(function (require) {
|
|
'use strict';
|
|
require('App:Boot')(require('App:Admin'));
|
|
}(require)); |