mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-01 08:16:03 +00:00
11 lines
335 B
JavaScript
11 lines
335 B
JavaScript
|
|
import {view} from 'Knoin/Knoin';
|
|
import {AbstractSystemDropDownUserView} from 'View/User/AbstractSystemDropDown';
|
|
|
|
@view({
|
|
name: 'View/User/Settings/SystemDropDown'
|
|
})
|
|
class SystemDropDownSettingsUserView extends AbstractSystemDropDownUserView {}
|
|
|
|
export {SystemDropDownSettingsUserView, SystemDropDownSettingsUserView as default};
|