snappymail/dev/View/User/Settings/SystemDropDown.js
2021-09-23 09:41:02 +02:00

7 lines
208 B
JavaScript

import { AbstractSystemDropDownUserView } from 'View/User/AbstractSystemDropDown';
class SystemDropDownSettingsUserView extends AbstractSystemDropDownUserView
{
}
export { SystemDropDownSettingsUserView };