Merge SystemDropDownMailBoxUserView & SystemDropDownSettingsUserView into SystemDropDownUserView

This commit is contained in:
djmaze 2021-09-23 10:40:10 +02:00
parent 1c23ccd327
commit 8010229d6b
5 changed files with 5 additions and 19 deletions

View file

@ -1,7 +0,0 @@
import { AbstractSystemDropDownUserView } from 'View/User/AbstractSystemDropDown';
class SystemDropDownMailBoxUserView extends AbstractSystemDropDownUserView
{
}
export { SystemDropDownMailBoxUserView };