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