mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-09 14:44:34 +08:00
7 lines
208 B
JavaScript
7 lines
208 B
JavaScript
import { AbstractSystemDropDownUserView } from 'View/User/AbstractSystemDropDown';
|
|
|
|
class SystemDropDownSettingsUserView extends AbstractSystemDropDownUserView
|
|
{
|
|
}
|
|
|
|
export { SystemDropDownSettingsUserView };
|