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 };

View file

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

View file

@ -16,7 +16,7 @@ import { doc, Settings, leftPanelDisabled } from 'Common/Globals';
import { ThemeStore } from 'Stores/Theme';
export class AbstractSystemDropDownUserView extends AbstractViewRight {
export class SystemDropDownUserView extends AbstractViewRight {
constructor() {
super('SystemDropDown');