mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 06:47:05 +08:00
7 lines
99 B
JavaScript
7 lines
99 B
JavaScript
|
|
/**
|
|
* @returns {AppAdmin}
|
|
*/
|
|
export function getApp() {
|
|
return require('App/Admin').default;
|
|
}
|