mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-23 15:18:00 +08:00
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
/**
|
|
* @returns {AppUser}
|
|
*/
|
|
export function getApp() {
|
|
return require('App/User').default;
|
|
}
|