mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 17:26:44 +03:00
6 lines
98 B
JavaScript
6 lines
98 B
JavaScript
/**
|
|
* @returns {AppAdmin}
|
|
*/
|
|
export function getApp() {
|
|
return require('App/Admin').default;
|
|
}
|