mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
cleanup webpack export references
This commit is contained in:
parent
b1e066d4a7
commit
1535dd00f1
54 changed files with 84 additions and 168 deletions
|
|
@ -10,7 +10,7 @@ import { AbstractViewNext } from 'Knoin/AbstractViewNext';
|
|||
|
||||
const Settings = rl.settings;
|
||||
|
||||
class AbstractSystemDropDownUserView extends AbstractViewNext {
|
||||
export class AbstractSystemDropDownUserView extends AbstractViewNext {
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
|
|
@ -96,5 +96,3 @@ class AbstractSystemDropDownUserView extends AbstractViewNext {
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
export { AbstractSystemDropDownUserView, AbstractSystemDropDownUserView as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue