mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Merge SystemDropDownMailBoxUserView & SystemDropDownSettingsUserView into SystemDropDownUserView
This commit is contained in:
parent
1c23ccd327
commit
8010229d6b
5 changed files with 5 additions and 19 deletions
|
|
@ -1,7 +0,0 @@
|
|||
import { AbstractSystemDropDownUserView } from 'View/User/AbstractSystemDropDown';
|
||||
|
||||
class SystemDropDownMailBoxUserView extends AbstractSystemDropDownUserView
|
||||
{
|
||||
}
|
||||
|
||||
export { SystemDropDownMailBoxUserView };
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
import { AbstractSystemDropDownUserView } from 'View/User/AbstractSystemDropDown';
|
||||
|
||||
class SystemDropDownSettingsUserView extends AbstractSystemDropDownUserView
|
||||
{
|
||||
}
|
||||
|
||||
export { SystemDropDownSettingsUserView };
|
||||
|
|
@ -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');
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue