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