mirror of
https://github.com/RainLoop/rainloop-webmail.git
synced 2026-02-10 20:27:14 +01:00
8 lines
99 B
JavaScript
8 lines
99 B
JavaScript
|
|
/**
|
|
* @returns {AppAdmin}
|
|
*/
|
|
export function getApp() {
|
|
return require('App/Admin').default;
|
|
}
|