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