mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-30 07:46:27 +00:00
11 lines
331 B
JavaScript
11 lines
331 B
JavaScript
|
|
import {view} from 'Knoin/Knoin';
|
|
import {AbstractSystemDropDownUserView} from 'View/User/AbstractSystemDropDown';
|
|
|
|
@view({
|
|
name: 'View/User/MailBox/SystemDropDown'
|
|
})
|
|
class SystemDropDownMailBoxUserView extends AbstractSystemDropDownUserView {}
|
|
|
|
export {SystemDropDownMailBoxUserView, SystemDropDownMailBoxUserView as default};
|