snappymail/dev/View/User/Settings/SystemDropDown.js

11 lines
335 B
JavaScript
Raw Normal View History

2014-10-18 21:43:44 +08:00
import {view} from 'Knoin/Knoin';
import {AbstractSystemDropDownUserView} from 'View/User/AbstractSystemDropDown';
2016-06-30 08:02:45 +08:00
@view({
name: 'View/User/Settings/SystemDropDown'
})
class SystemDropDownSettingsUserView extends AbstractSystemDropDownUserView {}
2016-06-30 08:02:45 +08:00
export {SystemDropDownSettingsUserView, SystemDropDownSettingsUserView as default};