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